Home
last modified time | relevance | path

Searched refs:PTHREAD_CANCEL_ASYNCHRONOUS (Results 1 – 3 of 3) sorted by relevance

/netbsd/lib/libpthread/
H A Dpthread.h261 #define PTHREAD_CANCEL_ASYNCHRONOUS 1 macro
H A Dpthread.c951 *oldtype = PTHREAD_CANCEL_ASYNCHRONOUS; in pthread_setcanceltype()
956 if (type == PTHREAD_CANCEL_ASYNCHRONOUS) { in pthread_setcanceltype()
/netbsd/external/bsd/libpcap/dist/rpcapd/
H A Drpcapd.c1223 if (pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL)) in accept_connection()