Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/fork/concurrent_vfork/
H A Dmain.cpp37 std::string child_exit_code = std::to_string(index + 10); in call_vfork() local
94 int child_exit_code = std::stoi(argv[i + 1]); in main() local