Searched defs:maycancel (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_cancel.c148 _thr_cancel_enter2(struct pthread *curthread, int maycancel) argument
161 _thr_cancel_leave(struct pthread *curthread, int maycancel) argument
170 _pthread_cancel_enter(int maycancel) argument
172 _thr_cancel_enter2(_get_curthread(), maycancel); local
176 _pthread_cancel_leave(int maycancel) argument
178 _thr_cancel_leave(_get_curthread(), maycancel); local

Completed in 73 milliseconds