Home
last modified time | relevance | path

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

/trueos/lib/libthr/thread/
HDthr_kill.c62 _thr_send_sig(pthread, sig); in _pthread_kill()
67 _thr_send_sig(pthread, sig); in _pthread_kill()
HDthr_cancel.c70 _thr_send_sig(pthread, SIGCANCEL); in _pthread_cancel()
HDthr_suspend_np.c171 _thr_send_sig(thread, SIGCANCEL); in suspend_common()
HDthr_sig.c111 _thr_send_sig(struct pthread *thread, int sig) in _thr_send_sig() function
307 _thr_send_sig(curthread, SIGCANCEL); in check_cancel()
HDthr_private.h768 int _thr_send_sig(struct pthread *, int sig) __hidden;