Home
last modified time | relevance | path

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

/components/lwp/
A Dlwp_signal.c938 rt_thread_t thr_iter; in _before_sending_jobctl_signal() local
953 rt_list_for_each_entry(thr_iter, &target_lwp->t_grp, sibling) in _before_sending_jobctl_signal()
956 sigqueue_discard_sigset(_SIGQ(thr_iter), &jobctl_sigset); in _before_sending_jobctl_signal()
962 stat = rt_sched_thread_get_stat(thr_iter); in _before_sending_jobctl_signal()
966 thr_iter->error = RT_EINTR; in _before_sending_jobctl_signal()
973 rt_thread_wakeup(thr_iter); in _before_sending_jobctl_signal()
984 rt_list_for_each_entry(thr_iter, &target_lwp->t_grp, sibling) in _before_sending_jobctl_signal()
986 sigqueue_discard_sigset(_SIGQ(thr_iter), &jobctl_sigset); in _before_sending_jobctl_signal()

Completed in 4 milliseconds