Searched refs:PTHREAD_CANCEL_ASYNCHRONOUS (Results 1 – 4 of 4) sorted by relevance
78 if ( ( type == PTHREAD_CANCEL_DEFERRED ) || ( type == PTHREAD_CANCEL_ASYNCHRONOUS ) ) in pthread_getcanceltype()
80 if ( ( type == PTHREAD_CANCEL_DEFERRED ) || ( type == PTHREAD_CANCEL_ASYNCHRONOUS ) ) in pthread_setcanceltype()
104 else if(pthread_ptr->cancel_type==PTHREAD_CANCEL_ASYNCHRONOUS ) in pthread_cancel()
212 #define PTHREAD_CANCEL_ASYNCHRONOUS 1 macro