Searched refs:test_pthread_destructor (Results 1 – 1 of 1) sorted by relevance
55 static void test_pthread_destructor(void *);68 TEST_ASSERT_EQUAL(0, pthread_key_create(&key, test_pthread_destructor));92 TEST_ASSERT_EQUAL(0, pthread_key_create(&key, test_pthread_destructor));121 static void test_pthread_destructor(void *value) in test_pthread_destructor() function156 TEST_ASSERT_EQUAL(0, pthread_key_create(&key, test_pthread_destructor));