Home
last modified time | relevance | path

Searched refs:_thr_send_sig (Results 1 – 6 of 6) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
HDthr_kill.c61 _thr_send_sig(pthread, sig); in _pthread_kill()
HDthr_suspend_np.c124 _thr_send_sig(thread, SIGCANCEL); in suspend_common()
HDthr_cancel.c61 _thr_send_sig(pthread, SIGCANCEL); in _pthread_cancel()
HDthr_kern.c101 _thr_send_sig(pthread_t thread, int sig) in _thr_send_sig() function
HDthr_private.h705 int _thr_send_sig(pthread_t, int sig);
HDthr_syscalls.c496 ret = _thr_send_sig(tls_get_curthread(), sig); in _raise()