Home
last modified time | relevance | path

Searched refs:_Py_set_inheritable (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_fileutils.h150 PyAPI_FUNC(int) _Py_set_inheritable(int fd, int inheritable,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_fileutils.h150 PyAPI_FUNC(int) _Py_set_inheritable(int fd, int inheritable,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_fileutils.h150 PyAPI_FUNC(int) _Py_set_inheritable(int fd, int inheritable,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_fileutils.h150 PyAPI_FUNC(int) _Py_set_inheritable(int fd, int inheritable,
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_fileutils.h150 PyAPI_FUNC(int) _Py_set_inheritable(int fd, int inheritable,
/aosp_15_r20/external/python/cpython3/Python/
Dfileutils.c1487 _Py_set_inheritable(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable() function
2369 if (_Py_set_inheritable(fd, 0, NULL) < 0) { in _Py_dup()
2397 if (_Py_set_inheritable(fd, 0, NULL) < 0) { in _Py_dup()
/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c7354 if (_Py_set_inheritable(master_fd, 0, NULL) < 0) in os_openpty_impl()
7356 if (_Py_set_inheritable(slave_fd, 0, NULL) < 0) in os_openpty_impl()
7363 if (_Py_set_inheritable(master_fd, 0, NULL) < 0) in os_openpty_impl()
7399 if (_Py_set_inheritable(master_fd, 0, NULL) < 0) in os_openpty_impl()
9302 if (_Py_set_inheritable(fd, 0, atomic_flag_works) < 0) { in os_open_impl()
9416 if (!inheritable && _Py_set_inheritable(fd2, 0, NULL) < 0) { in os_dup2_impl()
9461 if (!inheritable && _Py_set_inheritable(fd2, 0, NULL) < 0) { in os_dup2_impl()
10262 if (_Py_set_inheritable(fds[0], 0, NULL) < 0) { in os_pipe_impl()
10267 if (_Py_set_inheritable(fds[1], 0, NULL) < 0) { in os_pipe_impl()
13455 result = _Py_set_inheritable(fd, inheritable, NULL); in os_set_inheritable_impl()
Dselectmodule.c1299 if (fd == -1 && _Py_set_inheritable(self->epfd, 0, NULL) < 0) { in newPyEpoll_Object()
1982 if (_Py_set_inheritable(self->kqfd, 0, NULL) < 0) { in newKqueue_Object()
D_cursesmodule.c2171 if (_Py_set_inheritable(fileno(fp), 0, NULL) < 0) in _curses_window_putwin()
3063 if (_Py_set_inheritable(fileno(fp), 0, NULL) < 0) in _curses_getwin()
Dsocketmodule.c2775 if (_Py_set_inheritable(newfd, 0, NULL) < 0) { in sock_accept()
5388 if (_Py_set_inheritable(fd, 0, atomic_flag_works) < 0) {
6154 if (_Py_set_inheritable(sv[0], 0, atomic_flag_works) < 0)
6156 if (_Py_set_inheritable(sv[1], 0, atomic_flag_works) < 0)
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dfileio.c431 if (_Py_set_inheritable(self->fd, 0, atomic_flag_works) < 0)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi1434 …<elf-symbol name='_Py_set_inheritable' type='func-type' binding='global-binding' visibility='defau…
16154_Py_set_inheritable' mangled-name='_Py_set_inheritable' filepath='Python/fileutils.c' line='1487' …