Searched refs:rt_processgroup (Results 1 – 10 of 10) sorted by relevance
| /components/lwp/ |
| A D | lwp_internal.h | 46 rt_err_t lwp_pgrp_critical_enter(struct rt_processgroup *pgrp, int flags); 47 rt_err_t lwp_pgrp_critical_exit(struct rt_processgroup *pgrp);
|
| A D | lwp_internal.c | 142 rt_err_t lwp_pgrp_critical_enter(struct rt_processgroup *pgrp, int flags) in lwp_pgrp_critical_enter() 158 rt_err_t lwp_pgrp_critical_exit(struct rt_processgroup *pgrp) in lwp_pgrp_critical_exit()
|
| A D | lwp_signal.h | 75 struct rt_processgroup; 205 rt_err_t lwp_pgrp_signal_kill(struct rt_processgroup *pgrp, long signo,
|
| A D | lwp.h | 93 typedef struct rt_processgroup *rt_processgroup_t; 105 struct rt_processgroup { struct 166 struct rt_processgroup *pgrp;
|
| A D | lwp_pgrp.c | 98 group = rt_malloc(sizeof(struct rt_processgroup)); in lwp_pgrp_create() 528 struct rt_processgroup pgrp; in list_processgroup() 531 rt_memcpy(&pgrp, group, sizeof(struct rt_processgroup)); in list_processgroup()
|
| A D | lwp_jobctrl.c | 18 static void jobctrl_set_pgrp_orphaned(struct rt_processgroup *pgrp) in jobctrl_set_pgrp_orphaned()
|
| A D | lwp_session.c | 242 group = (rt_processgroup_t)rt_list_entry(node, struct rt_processgroup, pgrp_list_node); in lwp_session_update_children_info() 273 group = (rt_processgroup_t)rt_list_entry(node, struct rt_processgroup, pgrp_list_node); in lwp_session_set_foreground()
|
| /components/lwp/terminal/ |
| A D | terminal.h | 183 struct rt_processgroup *t_pgrp; /* (t) Foreground process group. */ 202 void tty_rel_pgrp(struct lwp_tty *tp, struct rt_processgroup *pgrp);
|
| /components/lwp/terminal/freebsd/ |
| A D | tty.c | 417 struct rt_processgroup *pg; in tty_wait_background() 878 void tty_rel_pgrp(struct lwp_tty *tp, struct rt_processgroup *pg) in tty_rel_pgrp()
|
| A D | tty_compat.c | 196 struct rt_processgroup *pg; in lwp_tty_assign_foreground()
|
Completed in 13 milliseconds