Home
last modified time | relevance | path

Searched refs:ChildProcess (Results 1 – 3 of 3) sorted by relevance

/external/bcc/tests/cc/
Dtest_usdt_probes.cc88 class ChildProcess { class
92 ChildProcess(const char *name, char *const argv[]) { in ChildProcess() function in ChildProcess
105 ~ChildProcess() { in ~ChildProcess()
225 ChildProcess ruby(argv[0], argv);
/external/tensorflow/tensorflow/python/lib/io/
Dtf_record_multiprocessing_test.py31 def ChildProcess(writer, rs): function
56 target=ChildProcess, args=(self._writer, records))
/external/perfetto/src/base/
Dsubprocess.cc60 void __attribute__((noreturn)) ChildProcess(ChildProcessArgs* args) { in ChildProcess() function
222 ChildProcess(&proc_args); in Start()