Home
last modified time | relevance | path

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

/openbsd/regress/lib/libpthread/cancel/
H A Dcancel.c58 CHECKr(pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL)); in child1fn()
141 CHECKr(pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL)); in child3fn()
/openbsd/lib/librthread/
H A Drthread.c483 PTHREAD_CANCEL_ASYNCHRONOUS : PTHREAD_CANCEL_DEFERRED; in pthread_setcanceltype()
486 } else if (type == PTHREAD_CANCEL_ASYNCHRONOUS) { in pthread_setcanceltype()
/openbsd/include/
H A Dpthread.h82 #define PTHREAD_CANCEL_ASYNCHRONOUS 2 macro