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/ |
D | pycore_fileutils.h | 150 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/ |
D | pycore_fileutils.h | 150 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/ |
D | pycore_fileutils.h | 150 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/ |
D | pycore_fileutils.h | 150 PyAPI_FUNC(int) _Py_set_inheritable(int fd, int inheritable,
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_fileutils.h | 150 PyAPI_FUNC(int) _Py_set_inheritable(int fd, int inheritable,
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | fileutils.c | 1487 _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/ |
D | posixmodule.c | 7354 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()
|
D | selectmodule.c | 1299 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.c | 2171 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()
|
D | socketmodule.c | 2775 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/ |
D | fileio.c | 431 if (_Py_set_inheritable(self->fd, 0, atomic_flag_works) < 0)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1434 …<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' …
|