Searched refs:actual_destructor_ptr (Results 1 – 1 of 1) sorted by relevance
57 static void *actual_destructor_ptr; variable66 actual_destructor_ptr = NULL;75 TEST_ASSERT_NOT_NULL(actual_destructor_ptr);76 TEST_ASSERT_EQUAL_PTR(expected_destructor_ptr, actual_destructor_ptr);90 actual_destructor_ptr = NULL;103 TEST_ASSERT_NOT_NULL(actual_destructor_ptr);104 TEST_ASSERT_EQUAL_PTR(expected_destructor_ptr, actual_destructor_ptr);123 actual_destructor_ptr = value; in test_pthread_destructor()