Searched refs:lwp_thread_signal_mask (Results 1 – 7 of 7) sorted by relevance
| /components/lwp/ |
| A D | lwp_signal.h | 154 rt_err_t lwp_thread_signal_mask(rt_thread_t thread, lwp_sig_mask_cmd_t how,
|
| A D | lwp_signal.c | 1267 rt_err_t lwp_thread_signal_mask(rt_thread_t thread, lwp_sig_mask_cmd_t how, in lwp_thread_signal_mask() function
|
| A D | lwp_syscall.c | 6588 ret = lwp_thread_signal_mask(rt_thread_self(), mask_command_u2k[how], pnewset, poldset); in sys_sigprocmask() 6869 ret = lwp_thread_signal_mask(rt_thread_self(), mask_command_u2k[how], pnewset, poldset); in sys_thread_sigprocmask()
|
| /components/lwp/arch/arm/cortex-a/ |
| A D | lwp_arch.c | 140 …lwp_thread_signal_mask(rt_thread_self(), LWP_SIG_MASK_CMD_SET_MASK, &new_sp->save_sigmask, RT_NULL… in arch_signal_ucontext_restore()
|
| /components/lwp/arch/aarch64/cortex-a/ |
| A D | lwp_arch.c | 195 …lwp_thread_signal_mask(rt_thread_self(), LWP_SIG_MASK_CMD_SET_MASK, &new_sp->save_sigmask, RT_NULL… in arch_signal_ucontext_restore()
|
| /components/lwp/arch/risc-v/rv64/ |
| A D | lwp_arch.c | 268 …lwp_thread_signal_mask(rt_thread_self(), LWP_SIG_MASK_CMD_SET_MASK, &new_sp->save_sigmask, RT_NULL… in arch_signal_ucontext_restore()
|
| /components/libc/posix/io/epoll/ |
| A D | epoll.c | 928 lwp_thread_signal_mask(rt_thread_self(), LWP_SIG_MASK_CMD_BLOCK, &new_sig, &old_sig); in epoll_do_wait() 946 lwp_thread_signal_mask(rt_thread_self(), LWP_SIG_MASK_CMD_SET_MASK, &old_sig, RT_NULL); in epoll_do_wait()
|
Completed in 25 milliseconds