HomeSort by relevance Sort by last modified time
    Searched defs:child_process (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
5-1.c 47 int child_process() function
87 return child_process();
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
2-1.c 39 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/
2-1.c 48 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
2-2.c 43 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/
2-1.c 55 void child_process(int id) function
137 child_process(i);
2-2.c 56 void child_process(int id) function
141 child_process(i);
9-1.c 51 static void child_process(void) function
163 child_process();

Completed in 375 milliseconds