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

/freebsd-current/lib/libthr/thread/
H A Dthr_cancel.c117 case PTHREAD_CANCEL_ASYNCHRONOUS:
129 *oldtype = oldval ? PTHREAD_CANCEL_ASYNCHRONOUS :
/freebsd-current/include/
H A Dpthread.h86 #define PTHREAD_CANCEL_ASYNCHRONOUS 2 macro
/freebsd-current/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ts.c454 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
/freebsd-current/contrib/libpcap/rpcapd/
H A Drpcapd.c1287 if (pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL))
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp530 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type);
607 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type);

Completed in 180 milliseconds