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

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_cancel.c54 _pthread_exit(PTHREAD_CANCELED);
164 _pthread_exit(PTHREAD_CANCELED);
174 _pthread_exit(PTHREAD_CANCELED);
H A Dthr_create.c271 _pthread_exit(PTHREAD_CANCELED);
H A Dthr_cond.c335 _pthread_exit(PTHREAD_CANCELED);
H A Dthr_sig.c374 _pthread_exit_mask(PTHREAD_CANCELED,
/freebsd-13-stable/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c76 if (result == PTHREAD_CANCELED) {
/freebsd-13-stable/include/
H A Dpthread.h86 #define PTHREAD_CANCELED ((void *) 1) macro
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c1139 if (error != 0 && status != PTHREAD_CANCELED) {
1498 if (error != 0 && status != PTHREAD_CANCELED) {
1784 if (error != 0 && status != PTHREAD_CANCELED) {
2526 if (error != 0 && status != PTHREAD_CANCELED)

Completed in 170 milliseconds