Home
last modified time | relevance | path

Searched defs:close_fds (Results 1 – 7 of 7) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dpstream-util.c72 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.c463 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/
Dsubprocess.py755 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/
Dutil.py461 def close_fds(*fds): function
/third_party/glib/gio/
Dgsubprocess.c301 gint close_fds[3] = { -1, -1, -1 }; in initable_init() local
/third_party/wayland_standard/src/
Dconnection.c184 close_fds(struct wl_buffer *buffer, int max) in close_fds() function
/third_party/python/Lib/test/
Dtest_socket.py6566 def close_fds(fds): function