Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dpstream-util.c84 bool close_fds) { in pa_pstream_send_tagstruct_with_fds()
106 bool close_fds) { in pa_pstream_send_tagstruct_with_fds()
/third_party/python/Modules/
D_posixsubprocess.c559 int close_fds, int restore_signals, in child_exec()
763 int close_fds, int restore_signals, in do_fork_exec()
838 int errpipe_read, errpipe_write, close_fds, restore_signals; in subprocess_fork_exec() local
/third_party/python/Lib/
Dsubprocess.py809 preexec_fn=None, close_fds=True, argument
1436 def _execute_child(self, args, executable, preexec_fn, close_fds, argument
1789 def _execute_child(self, args, executable, preexec_fn, close_fds, argument
/third_party/python/Lib/multiprocessing/
Dutil.py463 def close_fds(*fds): function
/third_party/python/Lib/test/
Dtest_socket.py6673 def close_fds(fds): function