Searched refs:lwp_thread_signal_kill (Results 1 – 4 of 4) sorted by relevance
| /components/lwp/ |
| A D | lwp_signal.h | 142 rt_err_t lwp_thread_signal_kill(rt_thread_t thread, long signo, long code,
|
| A D | lwp_signal.c | 1193 rt_err_t lwp_thread_signal_kill(rt_thread_t thread, long signo, long code, lwp_siginfo_ext_t value) in lwp_thread_signal_kill() function
|
| A D | lwp_syscall.c | 6780 ret = lwp_thread_signal_kill(thread, sig, SI_USER, 0); in sys_tkill()
|
| /components/libc/compilers/common/ |
| A D | ctime.c | 844 ret = lwp_thread_signal_kill(thread, data->signo, SI_TIMER, 0); in _lwp_timer_event_from_tid()
|
Completed in 23 milliseconds