Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dcancel.c129 pthread_exit(PTHREAD_CANCELED); in pthread_setcancelstate()
182 pthread_exit(PTHREAD_CANCELED); in pthread_setcanceltype()
208 pthread_exit(PTHREAD_CANCELED); in pthread_testcancel()
226 pthread_exit(PTHREAD_CANCELED); in _cancelon()
242 pthread_exit(PTHREAD_CANCELED); in _canceloff()
H A Dscalls.c362 pthread_exit(PTHREAD_CANCELED); \
432 pthread_exit(PTHREAD_CANCELED); \
473 pthread_exit(PTHREAD_CANCELED); in _cancel_prologue()
H A Dsigaction.c745 pthread_exit(PTHREAD_CANCELED); in do_sigcancel()
H A Dthr.c922 int cancelled = (self->ul_cancel_pending && status == PTHREAD_CANCELED); in _thrp_exit_common()
1784 return (curthread->ul_rval == PTHREAD_CANCELED); in _thrp_cancelled()
H A Dsynch.c2828 pthread_exit(PTHREAD_CANCELED); in cancel_safe_mutex_unlock()
/illumos-gate/usr/src/head/
H A Dpthread.h136 #define PTHREAD_CANCELED (void *)-19 macro