Searched refs:child_exit_code (Results 1 – 1 of 1) sorted by relevance
37 std::string child_exit_code = std::to_string(index + 10); in call_vfork() local38 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() local96 child_exit_code); in main()97 _exit(child_exit_code); in main()