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
169 if (maycancel) in _thr_cancel_leave()
174 _Tthr_cancel_enter(int maycancel) in _Tthr_cancel_enter() argument
176 _thr_cancel_enter2(_get_curthread(), maycancel); in _Tthr_cancel_enter()
180 _Tthr_cancel_leave(int maycancel) in _Tthr_cancel_leave() argument
182 _thr_cancel_leave(_get_curthread(), maycancel); in _Tthr_cancel_leave()
H A Dthr_private.h858 void _pthread_cancel_enter(int maycancel);
859 void _pthread_cancel_leave(int maycancel);