Searched defs:close_fds (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | pstream-util.c | 72 bool close_fds) { in pa_pstream_send_tagstruct_with_fds() 94 bool close_fds) { in pa_pstream_send_tagstruct_with_fds()
|
/third_party/python/Modules/ |
D | _posixsubprocess.c | 463 int close_fds, int restore_signals, in child_exec() 662 int close_fds, int restore_signals, in do_fork_exec() 730 int errpipe_read, errpipe_write, close_fds, restore_signals; in subprocess_fork_exec() local
|
/third_party/python/Lib/ |
D | subprocess.py | 755 preexec_fn=None, close_fds=True, argument 1349 def _execute_child(self, args, executable, preexec_fn, close_fds, argument 1682 def _execute_child(self, args, executable, preexec_fn, close_fds, argument
|
/third_party/python/Lib/multiprocessing/ |
D | util.py | 461 def close_fds(*fds): function
|
/third_party/glib/gio/ |
D | gsubprocess.c | 301 gint close_fds[3] = { -1, -1, -1 }; in initable_init() local
|
/third_party/wayland_standard/src/ |
D | connection.c | 184 close_fds(struct wl_buffer *buffer, int max) in close_fds() function
|
/third_party/python/Lib/test/ |
D | test_socket.py | 6566 def close_fds(fds): function
|