Searched refs:cancelType (Results 1 – 5 of 5) sorted by relevance
101 *oldtype = sp->cancelType; in pthread_setcanceltype()104 sp->cancelType = type; in pthread_setcanceltype()
109 && sp->cancelType == PTHREAD_CANCEL_ASYNCHRONOUS in pthread_setcancelstate()
77 tp->cancelType = PTHREAD_CANCEL_DEFERRED; in ptw32_new()
131 if (tp->cancelType == PTHREAD_CANCEL_ASYNCHRONOUS in pthread_cancel()
183 int cancelType; member