Home
last modified time | relevance | path

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

/components/lwp/
A Dlwp_signal.c551 static void _notify_parent_and_leader(rt_lwp_t child_lwp, rt_thread_t child_thr, int trig_signo, rt… in _notify_parent_and_leader() argument
555 rt_lwp_t parent_lwp = child_lwp->parent; in _notify_parent_and_leader()
564 child_lwp->lwp_status = LWP_CREATE_STAT_STOPPED(trig_signo); in _notify_parent_and_leader()
569 child_lwp->lwp_status = LWP_CREATE_STAT_CONTINUED; in _notify_parent_and_leader()
573 lwp_waitpid_kick(parent_lwp, child_lwp); in _notify_parent_and_leader()

Completed in 5 milliseconds