Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_prim.h118 boolean_t until_not_runnable);
127 boolean_t until_not_runnable);
H A Dsched_prim.c1621 boolean_t until_not_runnable) in thread_stop() argument
1654 (until_not_runnable && (thread->state & TH_RUN))) { in thread_stop()
1753 boolean_t until_not_runnable) in thread_wait() argument
1771 (until_not_runnable && (thread->state & TH_RUN))) { in thread_wait()
H A Dtask.c577 static void task_wait_locked(task_t task, boolean_t until_not_runnable);
3735 boolean_t until_not_runnable) in task_wait_locked() argument
3751 thread_wait(thread, until_not_runnable); in task_wait_locked()
/xnu-11215/san/coverage/
H A Dkcov_ksancov.c781 boolean_t until_not_runnable);