Searched refs:LWP_SIG_MASK_CMD_SET_MASK (Results 1 – 7 of 7) sorted by relevance
| /components/lwp/ |
| A D | lwp_signal.h | 50 LWP_SIG_MASK_CMD_SET_MASK, enumerator
|
| A D | lwp_signal.c | 398 [LWP_SIG_MASK_CMD_SET_MASK] = _mask_set_fn, 1366 _thread_signal_mask(thread, LWP_SIG_MASK_CMD_SET_MASK, &blocked_sigset, &saved_sigset); in lwp_thread_signal_timedwait() 1405 _thread_signal_mask(thread, LWP_SIG_MASK_CMD_SET_MASK, &saved_sigset, RT_NULL); in lwp_thread_signal_timedwait()
|
| A D | lwp_syscall.c | 6503 [SIG_SETMASK] = LWP_SIG_MASK_CMD_SET_MASK,
|
| /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 | 946 lwp_thread_signal_mask(rt_thread_self(), LWP_SIG_MASK_CMD_SET_MASK, &old_sig, RT_NULL); in epoll_do_wait()
|
Completed in 26 milliseconds