/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
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | migrate_reuseport.c | 136 static void close_fds(__s64 fds[], int len) in close_fds() function
|
H A D | cls_redirect.c | 360 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 D | cls_redirect.c | 359 static void close_fds(int *fds, int n) in close_fds() function
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
H A D | perf-hwbreak.c | 98 static void close_fds(int *fd, int n) in close_fds() function [all...] |
/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
|