Searched refs:cancel_pending (Results 1 – 2 of 2) sorted by relevance
178 thread->cancel_pending = 0; in pthread_create()220 if (state == PTHREAD_CANCEL_ENABLE && pthread->cancel_pending) { in pthread_setcancelstate()242 thread->cancel_pending = 1; in pthread_cancel()
46 int cancel_pending; member