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

/freebsd-10-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.c267 _pthread_exit(PTHREAD_CANCELED);
H A Dthr_cond.c273 _pthread_exit(PTHREAD_CANCELED);
H A Dthr_sig.c316 _pthread_exit_mask(PTHREAD_CANCELED,
/freebsd-10-stable/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c76 if (result == PTHREAD_CANCELED) {
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_cancel.c49 _pthread_exit(PTHREAD_CANCELED);
210 _pthread_exit(PTHREAD_CANCELED);
248 _pthread_exit(PTHREAD_CANCELED);
301 _pthread_exit(PTHREAD_CANCELED);
H A Dthr_join.c146 _pthread_exit(PTHREAD_CANCELED);
/freebsd-10-stable/include/
H A Dpthread.h84 #define PTHREAD_CANCELED ((void *) 1) macro
/freebsd-10-stable/usr.bin/csup/
H A Dmux.c747 assert(val == PTHREAD_CANCELED);
753 assert(val == PTHREAD_CANCELED);
H A Dproto.c1004 assert(val == PTHREAD_CANCELED);

Completed in 126 milliseconds