Searched refs:uthread_is_cancelled (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c132 uthread_is_cancelled(struct uthread *t) function
444 .uthread_is_cancelled = uthread_is_cancelled,
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h148 int (*uthread_is_cancelled)(struct uthread *t); member in struct:pthread_callbacks_s
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_synch.c2204 if (tmp != NULL && tmp->kwe_uth != NULL && pthread_kern->uthread_is_cancelled(tmp->kwe_uth)) {
2345 if (!pthread_kern->uthread_is_cancelled(q_kwe->kwe_uth)) {
2525 if (!pthread_kern->uthread_is_cancelled(kwe->kwe_uth)) {

Completed in 133 milliseconds