Searched refs:process_functions (Results 1 – 1 of 1) sorted by relevance
47 const ProcessFunctions& process_functions = it->second; in InvokeChildProcessTest() local48 if (process_functions.setup) in InvokeChildProcessTest()49 (*process_functions.setup)(); in InvokeChildProcessTest()50 if (process_functions.main) in InvokeChildProcessTest()51 return (*process_functions.main)(); in InvokeChildProcessTest()