Home
last modified time | relevance | path

Searched defs:close_fds (Results 1 - 8 of 8) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dpstream-util.c81 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
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dmigrate_reuseport.c136 static void close_fds(__s64 fds[], int len) in close_fds() function
H A Dcls_redirect.c360 static void close_fds(int *fds, int n) in close_fds() function
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c359 static void close_fds(int *fds, int n) in close_fds() function
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c98 static void close_fds(int *fd, int n) in close_fds() function
[all...]
/third_party/python/Lib/multiprocessing/
H A Dutil.py463 def close_fds(*fds): function
/third_party/python/Modules/
H A D_posixsubprocess.c838 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 Dtest_socket.py6673 def close_fds(fds): function

Completed in 28 milliseconds