Searched defs:psynch_cvwait (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c335 psynch_cvwait(proc_t p, struct psynch_cvwait_args * uap, uint32_t * retval) function
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h87 int (*psynch_cvwait)(proc_t p, user_addr_t cv, uint64_t cvlsgen, uint32_t cvugen, user_addr_t mutex, uint64_t mugen, uint32_t flags, int64_t sec, uint32_t nsec, uint32_t * retval); member in struct:pthread_functions_s

Completed in 60 milliseconds