Home
last modified time | relevance | path

Searched refs: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
38 execl(g_program, g_program, "--child", child_exit_code.c_str(), NULL); in call_vfork()
94 int child_exit_code = std::stoi(argv[i + 1]); in main() local
96 child_exit_code); in main()
97 _exit(child_exit_code); in main()