Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsync_sema.c663 semaphore_cont_t caller_cont = self->sth_continuation; in semaphore_wait_continue() local
672 assert(caller_cont != NULL); in semaphore_wait_continue()
673 (*caller_cont)(semaphore_convert_wait_result(wr)); in semaphore_wait_continue()
693 semaphore_cont_t caller_cont) in semaphore_wait_internal() argument
793 if (caller_cont) { in semaphore_wait_internal()
794 self->sth_continuation = caller_cont; in semaphore_wait_internal()
869 semaphore_cont_t caller_cont) in semaphore_wait_trap_internal() argument
879 caller_cont); in semaphore_wait_trap_internal()
944 semaphore_cont_t caller_cont) in semaphore_timedwait_trap_internal() argument
970 caller_cont); in semaphore_timedwait_trap_internal()
[all …]