Searched refs:_thr_sig_add (Results 1 – 3 of 3) sorted by relevance
| /trueos/lib/libkse/thread/ |
| HD | thr_sig.c | 276 kmbx = _thr_sig_add(thread, sig, info); in _thr_sig_dispatch() 922 _thr_sig_add(struct pthread *pthread, int sig, siginfo_t *info) in _thr_sig_add() function 1108 kmbx = _thr_sig_add(pthread, sig, NULL); in _thr_sig_send()
|
| HD | thr_kern.c | 874 (void)_thr_sig_add(curthread, i, in kse_sched_single() 1533 (void)_thr_sig_add(thread, sig, in kse_check_completed() 1800 (void)_thr_sig_add(thread, i, in kse_switchout_thread() 1804 (void)_thr_sig_add(thread, i, &siginfo); in kse_switchout_thread()
|
| HD | thr_private.h | 1159 struct kse_mailbox *_thr_sig_add(struct pthread *, int, siginfo_t *);
|