Home
last modified time | relevance | path

Searched refs:shell_info_sp (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp463 std::shared_ptr<ShellInfo> shell_info_sp(new ShellInfo()); in RunShellCommand() local
465 std::bind(MonitorShellCommand, shell_info_sp, std::placeholders::_1, in RunShellCommand()
475 if (!shell_info_sp->process_reaped.WaitForValueEqualTo(true, timeout)) { in RunShellCommand()
481 shell_info_sp->process_reaped.WaitForValueEqualTo( in RunShellCommand()
485 *status_ptr = shell_info_sp->status; in RunShellCommand()
488 *signo_ptr = shell_info_sp->signo; in RunShellCommand()