OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_tid
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc
121
bool
has_tid
[16];
local in function:__sanitizer::TestRegistry
122
internal_memset(&
has_tid
[0], 0, sizeof(
has_tid
));
125
registry->RunCallbackForEachThreadLocked(MarkUidAsPresent, &
has_tid
[0]);
128
EXPECT_TRUE(
has_tid
[i]);
sanitizer_thread_registry_test.cc
121
bool
has_tid
[16];
local in function:__sanitizer::TestRegistry
122
internal_memset(&
has_tid
[0], 0, sizeof(
has_tid
));
125
registry->RunCallbackForEachThreadLocked(MarkUidAsPresent, &
has_tid
[0]);
128
EXPECT_TRUE(
has_tid
[i]);
Completed in 22 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025