Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/unit/mocks/
H A Dmock_thread.c188 mock_destroy_thread(void *th_p) in mock_destroy_thread() function
208 fibers_current->extra_cleanup_routine = &mock_destroy_thread; in mock_init_new_thread()
309 int ret = pthread_key_create(&s->tls_thread_key, &mock_destroy_thread); in mock_init_threads_state()