Home
last modified time | relevance | path

Searched refs:LWP_SIG_MASK_CMD_SET_MASK (Results 1 – 7 of 7) sorted by relevance

/components/lwp/
A Dlwp_signal.h50 LWP_SIG_MASK_CMD_SET_MASK, enumerator
A Dlwp_signal.c398 [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 Dlwp_syscall.c6503 [SIG_SETMASK] = LWP_SIG_MASK_CMD_SET_MASK,
/components/lwp/arch/arm/cortex-a/
A Dlwp_arch.c140 …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 Dlwp_arch.c195 …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 Dlwp_arch.c268 …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 Depoll.c946 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