Searched refs:mock_thread (Results 1 – 3 of 3) sorted by relevance
149 struct mock_thread { struct152 struct mock_thread* wq_next; argument169 struct mock_thread *main_thread; argument190 struct mock_thread *mth = (struct mock_thread *)th_p; in mock_destroy_thread()199 static struct mock_thread *202 struct mock_thread *new_mock_thread = calloc(1, sizeof(struct mock_thread)); in mock_init_new_thread()348 struct mock_thread *353 struct mock_thread *mth; in get_mock_thread()355 mth = (struct mock_thread *)fibers_current->extra; in get_mock_thread()957 struct mock_thread *waiting_threads;[all …]
141 mocks/mock_thread.c \
176 …cheduling APIs like lck_mtx_t and waitq functions, the test file must include `mocks/mock_thread.h`