Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/unit/mocks/
H A Dmock_thread.c149 struct mock_thread { struct
152 struct mock_thread* wq_next; argument
169 struct mock_thread *main_thread; argument
190 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 …]
/xnu-12377.1.9/tests/unit/
H A DMakefile141 mocks/mock_thread.c \
H A DREADME.md176 …cheduling APIs like lck_mtx_t and waitq functions, the test file must include `mocks/mock_thread.h`