Searched refs:maycancel (Results 1 – 2 of 2) sorted by relevance
153 _thr_cancel_enter2(struct pthread *curthread, int maycancel) in _thr_cancel_enter2() argument158 if (!maycancel) in _thr_cancel_enter2()166 _thr_cancel_leave(struct pthread *curthread, int maycancel) in _thr_cancel_leave() argument169 if (maycancel) in _thr_cancel_leave()174 _Tthr_cancel_enter(int maycancel) in _Tthr_cancel_enter() argument176 _thr_cancel_enter2(_get_curthread(), maycancel); in _Tthr_cancel_enter()180 _Tthr_cancel_leave(int maycancel) in _Tthr_cancel_leave() argument182 _thr_cancel_leave(_get_curthread(), maycancel); in _Tthr_cancel_leave()
858 void _pthread_cancel_enter(int maycancel);859 void _pthread_cancel_leave(int maycancel);