Searched refs:ChildProcess (Results 1 – 3 of 3) sorted by relevance
88 class ChildProcess { class92 ChildProcess(const char *name, char *const argv[]) { in ChildProcess() function in ChildProcess105 ~ChildProcess() { in ~ChildProcess()225 ChildProcess ruby(argv[0], argv);
31 def ChildProcess(writer, rs): function56 target=ChildProcess, args=(self._writer, records))
60 void __attribute__((noreturn)) ChildProcess(ChildProcessArgs* args) { in ChildProcess() function222 ChildProcess(&proc_args); in Start()