Home
last modified time | relevance | path

Searched refs:maycancel (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_cancel.c153 _thr_cancel_enter2(struct pthread *curthread, int maycancel) in _thr_cancel_enter2() argument
158 if (!maycancel) in _thr_cancel_enter2()
166 _thr_cancel_leave(struct pthread *curthread, int maycancel) in _thr_cancel_leave() argument
170 !THR_IN_CRITICAL(curthread) && maycancel)) in _thr_cancel_leave()
175 _Tthr_cancel_enter(int maycancel) in _Tthr_cancel_enter() argument
177 _thr_cancel_enter2(_get_curthread(), maycancel); in _Tthr_cancel_enter()
181 _Tthr_cancel_leave(int maycancel) in _Tthr_cancel_leave() argument
183 _thr_cancel_leave(_get_curthread(), maycancel); in _Tthr_cancel_leave()
H A Dthr_private.h856 void _pthread_cancel_enter(int maycancel);
857 void _pthread_cancel_leave(int maycancel);