| /external/ltp/lib/ |
| D | tst_status.c | 14 const char *exited(int status) in exited() function
|
| /external/libcxx/test/libcxx/thread/thread.condition/ |
| D | PR30202_notify_from_pthread_created_thread.pass.cpp | 35 bool exited = false; variable
|
| /external/llvm-project/libcxx/test/libcxx/thread/thread.condition/ |
| D | PR30202_notify_from_pthread_created_thread.pass.cpp | 41 bool exited = false; variable
|
| /external/libchrome/base/process/ |
| D | process_posix.cc | 191 const bool exited = (parent_pid < 0); in WaitForExitWithTimeoutImpl() local 343 bool exited = WaitForExitWithTimeoutImpl(Handle(), &local_exit_code, timeout); in WaitForExitWithTimeout() local
|
| /external/strace/ |
| D | wait.c | 67 int exited = 0; in printstatus() local
|
| /external/rust/crates/nix/src/sys/ |
| D | wait.rs | 119 fn exited(status: i32) -> bool { in exited() function
|
| /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
| D | AbstractLauncher.java | 156 private boolean exited = false; field in AbstractLauncher.Helper
|
| /external/llvm-project/lldb/source/Host/common/ |
| D | Host.cpp | 218 bool exited = false; in MonitorChildProcessThreadFunction() local 457 bool exited, // True if the process did exit in MonitorShellCommand()
|
| D | ProcessLaunchInfo.cpp | 182 bool ProcessLaunchInfo::NoOpMonitorCallback(lldb::pid_t pid, bool exited, int signal, int status) { in NoOpMonitorCallback()
|
| /external/llvm-project/lldb/source/API/ |
| D | SBCommandInterpreter.cpp | 422 bool exited = false; in HasCustomQuitExitCode() local 431 bool exited = false; in GetQuitStatus() local
|
| /external/libfuse/lib/ |
| D | fuse_i.h | 46 volatile int exited; member
|
| /external/llvm-project/lldb/source/Plugins/Process/Linux/ |
| D | NativeProcessLinux.cpp | 400 void NativeProcessLinux::MonitorCallback(lldb::pid_t pid, bool exited, in MonitorCallback() 777 NativeThreadLinux &thread, bool exited) { in MonitorSignal() 1879 bool exited = wait_status.type == WaitStatus::Exit || in SigchldHandler() local
|
| /external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
| D | NativeProcessFreeBSD.cpp | 688 bool exited = wait_status.type == WaitStatus::Exit || in SigchldHandler() local
|
| /external/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| D | NativeProcessNetBSD.cpp | 734 bool exited = wait_status.type == WaitStatus::Exit || in SigchldHandler() local
|
| /external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| D | ProcessMonitor.cpp | 1028 bool exited, int signal, int status) { in MonitorCallback()
|
| /external/llvm-project/lldb/tools/debugserver/source/ |
| D | DNB.cpp | 166 bool exited = false; in kqueue_thread() local
|
| /external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | ProcessGDBRemote.cpp | 3499 bool exited, // True if the process did exit in MonitorDebugserverProcess()
|
| /external/llvm-project/lldb/source/Target/ |
| D | Process.cpp | 1224 lldb::pid_t pid, bool exited, in SetProcessExitStatus()
|