Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_shims.c257 psynch_wait_complete(uintptr_t kwq, struct turnstile **tstore) in psynch_wait_complete() function
612 .psynch_wait_complete = psynch_wait_complete,
/xnu-11215/bsd/sys/
H A Dpthread_shims.h175 void (*psynch_wait_complete)(uintptr_t kwq, struct turnstile **tstore); member