Searched defs:close_fds (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | pstream-util.c | 81 pa_pstream_send_tagstruct_with_fds(pa_pstream *p, pa_tagstruct *t, int nfd, const int *fds, bool close_fds) pa_pstream_send_tagstruct_with_fds() argument 103 pa_pstream_send_tagstruct_with_fds(pa_pstream *p, pa_tagstruct *t, int nfd, const int *fds, bool close_fds) pa_pstream_send_tagstruct_with_fds() argument
|
/third_party/python/Lib/multiprocessing/ |
H A D | util.py | 463 def close_fds(*fds): function
|
/third_party/python/Modules/ |
H A D | _posixsubprocess.c | 838 int errpipe_read, errpipe_write, close_fds, restore_signals; in subprocess_fork_exec() local 551 child_exec(char *const exec_array[], char *const argv[], char *const envp[], const char *cwd, int p2cread, int p2cwrite, int c2pread, int c2pwrite, int errread, int errwrite, int errpipe_read, int errpipe_write, int close_fds, int restore_signals, int call_setsid, pid_t pgid_to_set, int call_setgid, gid_t gid, int call_setgroups, size_t groups_size, const gid_t *groups, int call_setuid, uid_t uid, int child_umask, const void *child_sigmask, int *fds_to_keep, Py_ssize_t fds_to_keep_len, PyObject *preexec_fn, PyObject *preexec_fn_args_tuple) child_exec() argument 755 do_fork_exec(char *const exec_array[], char *const argv[], char *const envp[], const char *cwd, int p2cread, int p2cwrite, int c2pread, int c2pwrite, int errread, int errwrite, int errpipe_read, int errpipe_write, int close_fds, int restore_signals, int call_setsid, pid_t pgid_to_set, int call_setgid, gid_t gid, int call_setgroups, size_t groups_size, const gid_t *groups, int call_setuid, uid_t uid, int child_umask, const void *child_sigmask, int *fds_to_keep, Py_ssize_t fds_to_keep_len, PyObject *preexec_fn, PyObject *preexec_fn_args_tuple) do_fork_exec() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_socket.py | 6673 def close_fds(fds): function
|
Completed in 13 milliseconds