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.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/python/Lib/test/
Dtest_socket.py6566 def close_fds(fds): function