Searched refs:ret_p (Results 1 – 2 of 2) sorted by relevance
135 void continue_after_syscall(struct process *proc, int sysnum, int ret_p);
1130 continue_after_syscall(struct process *proc, int sysnum, int ret_p) in continue_after_syscall() argument1133 if (ret_p && (is_mid_stopping(proc) || is_mid_stopping(proc->leader))) { in continue_after_syscall()