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

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_cancel.c46 _pthread_exit(PTHREAD_CANCELED);
156 _pthread_exit(PTHREAD_CANCELED);
166 _pthread_exit(PTHREAD_CANCELED);
H A Dthr_create.c269 _pthread_exit(PTHREAD_CANCELED);
H A Dthr_cond.c320 _pthread_exit(PTHREAD_CANCELED);
H A Dthr_sig.c317 _pthread_exit_mask(PTHREAD_CANCELED,
/freebsd-11-stable/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c76 if (result == PTHREAD_CANCELED) {
/freebsd-11-stable/include/
H A Dpthread.h84 #define PTHREAD_CANCELED ((void *) 1) macro

Completed in 88 milliseconds