Searched refs:thread_secific_dtor (Results 1 – 1 of 1) sorted by relevance
31 static void thread_secific_dtor(void *v) { in thread_secific_dtor() function56 EXPECT_EQ(pthread_key_create(&key, thread_secific_dtor), 0); in TEST()