sanitizer_thread_registry_test.cc | 44 static bool is_detached(u32 tid) { function in namespace:__sanitizer 73 EXPECT_EQ(i, registry->CreateThread(get_uid(i), is_detached(i), 0, 0)); 84 if (!is_detached(i)) 93 registry->CreateThread(get_uid(i), is_detached(i), 0, 0));
|