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]);
|