Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/unit/mocks/
H A Dmock_thread.c202 struct mock_thread *new_mock_thread = calloc(1, sizeof(struct mock_thread)); in mock_init_new_thread() local
203 struct thread *new_thread = &new_mock_thread->th; in mock_init_new_thread()
206 new_mock_thread->fiber = fibers_current; in mock_init_new_thread()
207 fibers_current->extra = new_mock_thread; in mock_init_new_thread()
210 pthread_setspecific(s->tls_thread_key, new_mock_thread); in mock_init_new_thread()
247 return new_mock_thread; in mock_init_new_thread()