HomeSort by: relevance | last modified time | path
    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 23 milliseconds