Searched refs:PTHREAD_CANCEL_ASYNCHRONOUS (Results 1 – 4 of 4) sorted by relevance
79 if ( ( type == PTHREAD_CANCEL_DEFERRED ) || ( type == PTHREAD_CANCEL_ASYNCHRONOUS ) ) in pthread_getcanceltype()
81 if ( ( type == PTHREAD_CANCEL_DEFERRED ) || ( type == PTHREAD_CANCEL_ASYNCHRONOUS ) ) in pthread_setcanceltype()
105 else if(pthread_ptr->cancel_type==PTHREAD_CANCEL_ASYNCHRONOUS ) in pthread_cancel()
213 #define PTHREAD_CANCEL_ASYNCHRONOUS 1 macro