Searched refs:PTHREAD_CANCEL_ASYNCHRONOUS (Results 1 – 4 of 4) sorted by relevance
163 case PTHREAD_CANCEL_ASYNCHRONOUS: in pthread_setcanceltype()189 *oldtype = PTHREAD_CANCEL_ASYNCHRONOUS; in pthread_setcanceltype()
64 (void) pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in fmd_thread_start()
622 (void) pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in envthr()695 (void) pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in pmthr()
135 #define PTHREAD_CANCEL_ASYNCHRONOUS 0x02 macro