Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dsync_sema.c637 semaphore_cont_t caller_cont = self->sth_continuation; in semaphore_wait_continue() local
646 assert(caller_cont != NULL); in semaphore_wait_continue()
647 (*caller_cont)(semaphore_convert_wait_result(wr)); in semaphore_wait_continue()
667 semaphore_cont_t caller_cont) in semaphore_wait_internal() argument
767 if (caller_cont) { in semaphore_wait_internal()
768 self->sth_continuation = caller_cont; in semaphore_wait_internal()
843 semaphore_cont_t caller_cont) in semaphore_wait_trap_internal() argument
853 caller_cont); in semaphore_wait_trap_internal()
918 semaphore_cont_t caller_cont) in semaphore_timedwait_trap_internal() argument
944 caller_cont); in semaphore_timedwait_trap_internal()
[all …]