Searched refs:ustatus (Results 1 – 1 of 1) sorted by relevance
| /components/lwp/ |
| A D | lwp_pid.c | 856 struct rt_lwp *self_lwp, int *ustatus, in _stats_and_reap_child() argument 872 if (ustatus) in _stats_and_reap_child() 873 lwp_data_put(self_lwp, ustatus, &lwp_stat, sizeof(*ustatus)); in _stats_and_reap_child() 908 pid_t wait_pid, int options, int *ustatus, in _verify_child_and_reap() argument 928 rc = _query_event_from_lwp(child, cur_thr, self_lwp, options, ustatus); in _verify_child_and_reap() 931 _stats_and_reap_child(child, cur_thr, self_lwp, ustatus, options, uru); in _verify_child_and_reap() 939 int options, int *ustatus, struct rusage *uru) in _reap_any_child_pid() argument 953 rc = _query_event_from_lwp(child, cur_thr, self_lwp, options, ustatus); in _reap_any_child_pid() 963 _stats_and_reap_child(child, cur_thr, self_lwp, ustatus, options, uru); in _reap_any_child_pid() 1099 int options, int *ustatus, struct rusage *uru) in _wait_and_reap() argument [all …]
|
Completed in 6 milliseconds