Home
last modified time | relevance | path

Searched defs:exit_status (Results 1 – 19 of 19) sorted by relevance

/llvm-project/llvm/test/Bindings/OCaml/Utils/
H A DTestsuite.ml2 let exit_status = ref 0 var
/llvm-project/libc/test/integration/src/spawn/
H A Dposix_spawn_test.cpp44 int exit_status = WEXITSTATUS(status); in spawn_and_wait_for_normal_exit() local
/llvm-project/lldb/unittests/debugserver/
H A DRNBSocketTest.cpp79 int exit_status; TestSocketListen() local
152 int exit_status; TestSocketConnect() local
/llvm-project/openmp/runtime/test/affinity/
H A Dredetect.c40 int child_exit_status, exit_status; in main() local
/llvm-project/lldb/test/API/test_runner/test/
H A Dtest_process_control.py50 def on_process_exited(self, command, output, was_timeout, exit_status): argument
/llvm-project/polly/lib/External/isl/imath/
H A Dimtest.c180 int exit_status = 0; in main() local
/llvm-project/lldb/source/Host/common/
H A DHost.cpp227 int exit_status = 0; MonitorChildProcessThreadFunction() local
/llvm-project/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py500 def on_process_exited(self, command, output, was_timeout, exit_status): argument
/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp1086 int exit_status = -1; in DownloadObjectAndSymbolFile() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-death-test.cc237 bool ExitedUnsuccessfully(int exit_status) { in ExitedUnsuccessfully()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp620 int exit_status = -1; GetXcodeSelectPath() local
/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1302 void __kmp_exit_thread(int exit_status) { in __kmp_exit_thread()
H A Dz_Linux_util.cpp1042 __kmp_exit_thread(int exit_status) __kmp_exit_thread() argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2444 int exit_status = SIGABRT; DoDestroy() local
3456 MonitorDebugserverProcess(std::weak_ptr<ProcessGDBRemote> process_wp,lldb::pid_t debugserver_pid,int signo,int exit_status) MonitorDebugserverProcess() argument
3661 int exit_status = response.GetHexU8(); AsyncThread() local
/llvm-project/lldb/source/API/
H A DSBProcess.cpp498 int exit_status = 0; GetExitStatus() local
/llvm-project/lldb/tools/debugserver/source/
H A DDNB.cpp168 int exit_status = 0; in kqueue_thread() local
/llvm-project/lldb/source/Target/
H A DProcess.cpp1143 SetProcessExitStatus(lldb::pid_t pid,bool exited,int signo,int exit_status) SetProcessExitStatus() argument
5739 int exit_status = GetExitStatus(); GetStatus() local
H A DTarget.cpp3341 const int exit_status = m_process_sp->GetExitStatus(); Launch() local
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6764 const int exit_status = process->GetExitStatus(); in WindowDelegateDraw() local