Home
last modified time | relevance | path

Searched refs:PTHREAD_CANCEL_ENABLE (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/lib/libthr/thread/
HDthr_cancel.c92 case PTHREAD_CANCEL_ENABLE: in _thr_setcancelstate()
100 if (state == PTHREAD_CANCEL_ENABLE && curthread->cancel_async) in _thr_setcancelstate()
103 *oldstate = oldval ? PTHREAD_CANCEL_ENABLE : in _thr_setcancelstate()
/freebsd-head/contrib/netbsd-tests/lib/libpthread/
HDh_cancel.c55 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in main()
/freebsd-head/contrib/diff/lib/
HDerror.c202 int state = PTHREAD_CANCEL_ENABLE; in error()
262 int state = PTHREAD_CANCEL_ENABLE; in error_at_line()
/freebsd-head/include/
HDpthread.h83 #define PTHREAD_CANCEL_ENABLE 0 macro
/freebsd-head/sys/contrib/openzfs/cmd/zed/
HDzed_disk_event.c197 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in zed_udev_monitor()
/freebsd-head/sys/contrib/openzfs/lib/libtpool/
HDthread_pool.c209 (void) pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, in tpool_worker()
/freebsd-head/contrib/libpcap/rpcapd/
HDrpcapd.c1291 if (pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL)) in accept_connection()
/freebsd-head/contrib/llvm-project/openmp/runtime/src/
HDz_Linux_util.cpp562 status = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_state); in __kmp_launch_worker()
639 status = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_state); in __kmp_launch_monitor()