Home
last modified time | relevance | path

Searched defs:pipe_handle (Results 1 – 8 of 8) sorted by relevance

/third_party/libuv/test/
Dtest-pipe-set-fchmod.c27 uv_pipe_t pipe_handle; in TEST_IMPL() local
Dtest-pipe-pending-instances.c34 uv_pipe_t pipe_handle; in TEST_IMPL() local
Dtest-close-fd.c52 uv_pipe_t pipe_handle; in TEST_IMPL() local
Dtest-pipe-connect-prepare.c39 static uv_pipe_t pipe_handle; variable
Dtest-pipe-connect-multiple.c35 uv_pipe_t pipe_handle; member
Dtest-pipe-set-non-blocking.c69 uv_pipe_t pipe_handle; in TEST_IMPL() local
Dtest-spawn.c1096 HANDLE pipe_handle; in TEST_IMPL() local
1568 uv_pipe_t pipe_handle; in TEST_IMPL() local
/third_party/python/Lib/multiprocessing/
Dspawn.py92 def spawn_main(pipe_handle, parent_pid=None, tracker_fd=None): argument