Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dsync_sema.c646 semaphore_cont_t caller_cont = self->sth_continuation; in semaphore_wait_continue() local
655 assert(caller_cont != NULL); in semaphore_wait_continue()
656 (*caller_cont)(semaphore_convert_wait_result(wr)); in semaphore_wait_continue()
676 semaphore_cont_t caller_cont) in semaphore_wait_internal() argument
776 if (caller_cont) { in semaphore_wait_internal()
777 self->sth_continuation = caller_cont; in semaphore_wait_internal()
852 semaphore_cont_t caller_cont) in semaphore_wait_trap_internal() argument
862 caller_cont); in semaphore_wait_trap_internal()
927 semaphore_cont_t caller_cont) in semaphore_timedwait_trap_internal() argument
953 caller_cont); in semaphore_timedwait_trap_internal()
[all …]