Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libthr/thread/
HDthr_cancel.c51 _pthread_exit(PTHREAD_CANCELED); in testcancel()
161 _pthread_exit(PTHREAD_CANCELED); in _thr_cancel_enter2()
171 _pthread_exit(PTHREAD_CANCELED); in _thr_cancel_leave()
HDthr_create.c268 _pthread_exit(PTHREAD_CANCELED); in thread_start()
HDthr_cond.c332 _pthread_exit(PTHREAD_CANCELED); in cond_wait_user()
HDthr_sig.c371 _pthread_exit_mask(PTHREAD_CANCELED, in check_cancel()
/freebsd-13-stable/tools/regression/pthread/cv_cancel1/
HDcv_cancel1.c75 if (result == PTHREAD_CANCELED) { in main()
/freebsd-13-stable/include/
HDpthread.h84 #define PTHREAD_CANCELED ((void *) 1) macro
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_sendrecv.c1182 if (error != 0 && status != PTHREAD_CANCELED) { in dump_snapshot()
1542 if (error != 0 && status != PTHREAD_CANCELED) { in estimate_size()
1839 if (error != 0 && status != PTHREAD_CANCELED) { in zfs_send_resume_impl()
2590 if (error != 0 && status != PTHREAD_CANCELED) in zfs_send_one()