Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsync_sema.c636 semaphore_cont_t caller_cont = self->sth_continuation; in semaphore_wait_continue() local
645 assert(caller_cont != NULL); in semaphore_wait_continue()
646 (*caller_cont)(semaphore_convert_wait_result(wr)); in semaphore_wait_continue()
666 semaphore_cont_t caller_cont) in semaphore_wait_internal() argument
766 if (caller_cont) { in semaphore_wait_internal()
767 self->sth_continuation = caller_cont; in semaphore_wait_internal()
842 semaphore_cont_t caller_cont) in semaphore_wait_trap_internal() argument
852 caller_cont); in semaphore_wait_trap_internal()
917 semaphore_cont_t caller_cont) in semaphore_timedwait_trap_internal() argument
943 caller_cont); in semaphore_timedwait_trap_internal()
[all …]