Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_posix.cc31 static void thread_secific_dtor(void *v) { in thread_secific_dtor() function
56 EXPECT_EQ(pthread_key_create(&key, thread_secific_dtor), 0); in TEST()