Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dwaitq.h281 extern bool waitq_pull_thread_locked(struct waitq *waitq, thread_t thread);
H A Dwaitq.c2629 waitq_pull_thread_locked(struct waitq *waitq, thread_t thread) in waitq_pull_thread_locked() function
H A Dsched_prim.c1595 if (waitq != NULL && !waitq_pull_thread_locked(waitq, thread)) { in clear_wait_internal()