Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/pthread/test/
Dtest_pthread_local_storage.c57 static void *actual_destructor_ptr; variable
66 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()