Searched refs:shell_info (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Host/common/
H A DHost.cpp1350 ShellInfo *shell_info = (ShellInfo *)callback_baton; local
1351 shell_info->pid = pid;
1352 shell_info->signo = signo;
1353 shell_info->status = status;
1356 shell_info->process_reaped.SetValue(1, eBroadcastAlways);
1359 shell_info->can_delete.WaitForValueEqualTo(true);
1360 // Sleep a bit to allow the shell_info->can_delete.SetValue() to complete...
1363 delete shell_info;
1431 // "shell_info" to the MonitorShellCommand callback function that will
1434 ShellInfo *shell_info local
[all...]

Completed in 33 milliseconds