Searched refs:PTHREAD_CANCELED (Results 1 – 6 of 6) sorted by relevance
129 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()
362 pthread_exit(PTHREAD_CANCELED); \432 pthread_exit(PTHREAD_CANCELED); \473 pthread_exit(PTHREAD_CANCELED); in _cancel_prologue()
735 pthread_exit(PTHREAD_CANCELED); in do_sigcancel()
916 int cancelled = (self->ul_cancel_pending && status == PTHREAD_CANCELED); in _thrp_exit_common()1782 return (curthread->ul_rval == PTHREAD_CANCELED); in _thrp_cancelled()
2775 pthread_exit(PTHREAD_CANCELED); in cancel_safe_mutex_unlock()
129 #define PTHREAD_CANCELED (void *)-19 macro