Searched refs:child_process (Results 1 - 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/platform/
H A Dstacktrace_handler_test.py50 child_process = subprocess.Popen(
54 child_process = subprocess.Popen(
60 child_stdout, child_stderr = child_process.communicate()
64 child_process.wait()
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
H A Dmsgctl09.c234 static int dotest(key_t key, int child_process) argument
242 child_process, strerror(errno));
254 child_process);
262 child_process, nreps));
268 child_process);
281 child_process, nreps));
291 status >> 8, child_process);
312 child_process, count, (nkids * 2));
320 child_process, strerror(errno));
H A Dmsgctl11.c261 static int dotest(key_t key, int child_process) argument
269 child_process, strerror(errno));
280 child_process);
288 child_process, nreps));
293 child_process);
306 child_process, nreps));
316 status >> 8, child_process);
337 child_process, count, (nkids * 2));
345 child_process, strerror(errno));
H A Dmsgctl08.c64 static int dotest(key_t key, int child_process);
202 static int dotest(key_t key, int child_process) argument
211 child_process, strerror(TEST_ERRNO));
230 exit(doreader(key, id, 1, child_process, nreps));
234 ret = dowriter(key, id, 1, child_process, nreps);
H A Dmsgctl10.c61 static int dotest(key_t key, int child_process);
199 static int dotest(key_t key, int child_process) argument
208 child_process, strerror(TEST_ERRNO));
225 exit(doreader(key, id, 1, child_process, nreps));
229 ret = dowriter(key, id, 1, child_process, nreps);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D5-1.c47 int child_process() function
87 return child_process();
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
H A D2-1.c39 int child_process(char *qname, int read_pipe, int write_pipe);
81 return child_process(qname, to_child[PIPE_READ],
155 int child_process(char *qname, int read_pipe, int write_pipe) function
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
H A D2-1.c48 int child_process(char *mqname, int read_pipe, int write_pipe);
85 return child_process(mqname, to_child[PIPE_READ],
138 int child_process(char *mqname, int read_pipe, int write_pipe) function
H A D2-2.c43 int child_process(char *mqname, int read_pipe, int write_pipe);
80 return child_process(mqname, to_child[PIPE_READ],
140 int child_process(char *mqname, int read_pipe, int write_pipe) function
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D2-1.c55 void child_process(int id) function
137 child_process(i);
H A D2-2.c56 void child_process(int id) function
141 child_process(i);
H A D9-1.c51 static void child_process(void) function
163 child_process();

Completed in 521 milliseconds