Searched refs:shell_info (Results 1 – 1 of 1) sorted by relevance
1487 ShellInfo *shell_info = (ShellInfo *)callback_baton; in MonitorShellCommand() local1488 shell_info->pid = pid; in MonitorShellCommand()1489 shell_info->signo = signo; in MonitorShellCommand()1490 shell_info->status = status; in MonitorShellCommand()1493 shell_info->process_reaped.SetValue(1, eBroadcastAlways); in MonitorShellCommand()1496 shell_info->can_delete.WaitForValueEqualTo(true); in MonitorShellCommand()1500 delete shell_info; in MonitorShellCommand()1591 ShellInfo *shell_info = shell_info_ap.release(); in RunShellCommand() local1599 shell_info->process_reaped.WaitForValueEqualTo(true, timeout_ptr, &timed_out); in RunShellCommand()1610 shell_info->process_reaped.WaitForValueEqualTo(true, &timeout_time, &timed_out); in RunShellCommand()[all …]