Searched refs:canceltype (Results 1 – 2 of 2) sorted by relevance
56 volatile rt_uint8_t canceltype; member
120 ptd->canceltype = PTHREAD_CANCEL_DEFERRED; in _pthread_data_create()1376 *oldtype = ptd->canceltype; in pthread_setcanceltype()1377 ptd->canceltype = type; in pthread_setcanceltype()1464 if (ptd->canceltype == PTHREAD_CANCEL_ASYNCHRONOUS) in pthread_cancel()
Completed in 4 milliseconds