Home
last modified time | relevance | path

Searched defs:inheritable (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/include/
Dtst_capability.h31 uint32_t inheritable; member
/third_party/ltp/testcases/kernel/syscalls/capset/
Dcapset02.c41 int inheritable; member
/third_party/python/Lib/
Dsocket.py529 def set_inheritable(self, inheritable): argument
534 def set_inheritable(self, inheritable): argument
/third_party/python/Lib/multiprocessing/
Dreduction.py71 def duplicate(handle, target_process=None, inheritable=False, argument
/third_party/python/Python/
Dfileutils.c1305 set_inheritable(int fd, int inheritable, int raise, int *atomic_flag_works) in set_inheritable()
1463 _Py_set_inheritable(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable()
1472 _Py_set_inheritable_async_safe(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable_async_safe()
/third_party/gn/src/gn/
Dresolved_target_data.cc331 TargetPublicPairListBuilder inheritable; member
/third_party/python/Modules/clinic/
Dposixmodule.c.h4645 int inheritable = 1; in os_dup2() local
8070 int inheritable; in os_set_inheritable() local
8145 int inheritable; in os_set_handle_inheritable() local
/third_party/python/Modules/
Dposixmodule.c9263 os_dup2_impl(PyObject *module, int fd, int fd2, int inheritable) in os_dup2_impl()
13292 os_set_inheritable_impl(PyObject *module, int fd, int inheritable) in os_set_inheritable_impl()
13341 int inheritable) in os_set_handle_inheritable_impl()