Home
last modified time | relevance | path

Searched defs:_start_process (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/local/
Dcommand.py122 def _start_process(self): member in BaseCommand
187 def _start_process(self): member in PosixCommand
229 def _start_process(self, **kwargs): member in WindowsCommand
/third_party/cups-filters/filter/foomatic-rip/
Dprocess.c94 static pid_t _start_process(const char *name, in _start_process() function