Home
last modified time | relevance | path

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

/components/lwp/
A Dlwp_signal.c936 static void _before_sending_jobctl_signal(int signo, rt_lwp_t target_lwp, lwp_siginfo_t si) in _before_sending_jobctl_signal() argument
942 LWP_ASSERT_LOCKED(target_lwp); in _before_sending_jobctl_signal()
948 sigqueue_discard_sigset(_SIGQ(target_lwp), &jobctl_sigset); in _before_sending_jobctl_signal()
952 target_lwp->jobctl_stopped = RT_FALSE; in _before_sending_jobctl_signal()
953 rt_list_for_each_entry(thr_iter, &target_lwp->t_grp, sibling) in _before_sending_jobctl_signal()
984 rt_list_for_each_entry(thr_iter, &target_lwp->t_grp, sibling) in _before_sending_jobctl_signal()

Completed in 5 milliseconds