Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_shims.c250 psynch_wait_update_complete(struct turnstile *ts) in psynch_wait_update_complete() function
611 .psynch_wait_update_complete = psynch_wait_update_complete,
/xnu-11215/bsd/sys/
H A Dpthread_shims.h173 void (*psynch_wait_update_complete)(struct turnstile *turnstile); member