Searched refs:cancel_async (Results 1 – 7 of 7) sorted by relevance
100 if (state == PTHREAD_CANCEL_ENABLE && curthread->cancel_async) in _thr_setcancelstate()115 oldval = curthread->cancel_async; in _thr_setcanceltype()118 curthread->cancel_async = 1; in _thr_setcanceltype()122 curthread->cancel_async = 0; in _thr_setcanceltype()
270 int cancel_async; in handle_signal() local295 cancel_async = curthread->cancel_async; in handle_signal()298 if (!cancel_async) in handle_signal()383 } else if (curthread->cancel_async) { in check_cancel()
223 curthread->cancel_async = 0;
303 if (curthread->cancel_async) in thr_fork_impl()
125 new_thread->cancel_async = 0; in _pthread_create()
421 thread->cancel_async = 0; in init_main_thread()
438 int cancel_async; member