Searched refs:cancel_type (Results 1 – 1 of 1) sorted by relevance
722 bool cancel_type = -1; in pthread_setcancelstate() local742 cancel_type = t->attr.canceltype; in pthread_setcancelstate()748 cancel_type == PTHREAD_CANCEL_ASYNCHRONOUS && cancel_pending) { in pthread_setcancelstate()826 bool cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_cancel() local845 cancel_type = t->attr.canceltype; in pthread_cancel()849 cancel_type == PTHREAD_CANCEL_ASYNCHRONOUS) { in pthread_cancel()