Home
last modified time | relevance | path

Searched refs:_thr_cancel_enter2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_cancel.c153 _thr_cancel_enter2(struct pthread *curthread, int maycancel) in _thr_cancel_enter2() function
176 _thr_cancel_enter2(_get_curthread(), maycancel); in _Tthr_cancel_enter()
H A Dthr_syscalls.c158 _thr_cancel_enter2(curthread, 0); in __thr_close()
219 _thr_cancel_enter2(curthread, 0); in __thr_fsync()
233 _thr_cancel_enter2(curthread, 0); in __thr_fdatasync()
251 _thr_cancel_enter2(curthread, 0); in __thr_msync()
H A Dthr_cond.c221 _thr_cancel_enter2(curthread, 0); in cond_wait_kernel()
317 _thr_cancel_enter2(curthread, 0); in cond_wait_user()
H A Dthr_private.h815 void _thr_cancel_enter2(struct pthread *, int) __hidden;