HomeSort by relevance Sort by last modified time
    Searched full:has_tid (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 119 bool has_tid[16]; local
120 internal_memset(&has_tid[0], 0, sizeof(has_tid));
123 registry->RunCallbackForEachThreadLocked(MarkUidAsPresent, &has_tid[0]);
126 EXPECT_TRUE(has_tid[i]);

Completed in 64 milliseconds