Searched refs:cancelstate (Results 1 – 2 of 2) sorted by relevance
119 ptd->cancelstate = PTHREAD_CANCEL_DISABLE; in _pthread_data_create()963 ptd->cancelstate = PTHREAD_CANCEL_DISABLE; in pthread_exit()1324 *oldstate = ptd->cancelstate; in pthread_setcancelstate()1325 ptd->cancelstate = state; in pthread_setcancelstate()1411 if (ptd->cancelstate == PTHREAD_CANCEL_ENABLE) in pthread_testcancel()1461 if (ptd->cancelstate == PTHREAD_CANCEL_ENABLE) in pthread_cancel()
55 rt_uint8_t cancelstate; member
Completed in 14 milliseconds