Searched refs:process_functions (Results 1 – 2 of 2) 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()
1041 const ProcessFunc process_functions[] = { in ProcessPendingEventsIfNeeded() local1048 for (const auto& fn : process_functions) { in ProcessPendingEventsIfNeeded()