Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cancel.cpp107 } else if (type == PTHREAD_CANCEL_ASYNCHRONOUS) { in pthread_setcanceltype()
116 ? PTHREAD_CANCEL_ASYNCHRONOUS : PTHREAD_CANCEL_DEFERRED; in pthread_setcanceltype()
/haiku/headers/posix/
H A Dpthread.h42 #define PTHREAD_CANCEL_ASYNCHRONOUS 2 macro