Searched refs:PTHREAD_CANCEL_ASYNCHRONOUS (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_cancel.c112 case PTHREAD_CANCEL_ASYNCHRONOUS:
124 *oldtype = oldval ? PTHREAD_CANCEL_ASYNCHRONOUS :
/freebsd-11-stable/include/
H A Dpthread.h83 #define PTHREAD_CANCEL_ASYNCHRONOUS 2 macro
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ts.c454 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Drpcapd.c1223 if (pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL))
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp556 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type);
632 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type);

Completed in 159 milliseconds