Home
last modified time | relevance | path

Searched refs:dtors_thread (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_posix.cc47 static void *dtors_thread(void *p) { in dtors_thread() function
63 EXPECT_EQ(pthread_create(&th[0], 0, dtors_thread, &k1), 0); in TEST()
64 EXPECT_EQ(pthread_create(&th[1], 0, dtors_thread, &k2), 0); in TEST()
66 EXPECT_EQ(pthread_create(&th[2], 0, dtors_thread, &k3), 0); in TEST()