HomeSort by relevance Sort by last modified time
    Searched refs:to_child (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
2-1.c 49 int to_child[2]; local
60 rval = pipe(to_child);
79 close(to_child[PIPE_WRITE]);
81 return child_process(qname, to_child[PIPE_READ],
86 close(to_child[PIPE_READ]);
89 to_child[PIPE_WRITE], pid);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
2-1.c 56 int to_child[2]; local
71 rval = pipe(to_child);
84 close(to_child[PIPE_WRITE]);
85 return child_process(mqname, to_child[PIPE_READ],
90 close(to_child[PIPE_READ]);
92 to_child[PIPE_WRITE], pid);
2-2.c 51 int to_child[2]; local
66 rval = pipe(to_child);
79 close(to_child[PIPE_WRITE]);
80 return child_process(mqname, to_child[PIPE_READ],
85 close(to_child[PIPE_READ]);
87 to_child[PIPE_WRITE], pid);
  /external/python/cpython3/Lib/multiprocessing/
popen_spawn_win32.py 43 with open(wfd, 'wb', closefd=True) as to_child:
64 reduction.dump(prep_data, to_child)
65 reduction.dump(process_obj, to_child)
  /external/python/cpython2/Lib/multiprocessing/
forking.py 273 to_child = os.fdopen(wfd, 'wb')
276 dump(prep_data, to_child, HIGHEST_PROTOCOL)
277 dump(process_obj, to_child, HIGHEST_PROTOCOL)
280 to_child.close()
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 273 to_child = os.fdopen(wfd, 'wb')
276 dump(prep_data, to_child, HIGHEST_PROTOCOL)
277 dump(process_obj, to_child, HIGHEST_PROTOCOL)
280 to_child.close()
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 273 to_child = os.fdopen(wfd, 'wb')
276 dump(prep_data, to_child, HIGHEST_PROTOCOL)
277 dump(process_obj, to_child, HIGHEST_PROTOCOL)
280 to_child.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 273 to_child = os.fdopen(wfd, 'wb')
276 dump(prep_data, to_child, HIGHEST_PROTOCOL)
277 dump(process_obj, to_child, HIGHEST_PROTOCOL)
280 to_child.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 273 to_child = os.fdopen(wfd, 'wb')
276 dump(prep_data, to_child, HIGHEST_PROTOCOL)
277 dump(process_obj, to_child, HIGHEST_PROTOCOL)
280 to_child.close()

Completed in 929 milliseconds