Searched defs:inheritable (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/include/ |
D | tst_capability.h | 31 uint32_t inheritable; member
|
/third_party/ltp/testcases/kernel/syscalls/capset/ |
D | capset02.c | 41 int inheritable; member
|
/third_party/python/Lib/ |
D | socket.py | 529 def set_inheritable(self, inheritable): argument 534 def set_inheritable(self, inheritable): argument
|
/third_party/python/Lib/multiprocessing/ |
D | reduction.py | 71 def duplicate(handle, target_process=None, inheritable=False, argument
|
/third_party/python/Python/ |
D | fileutils.c | 1305 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/ |
D | resolved_target_data.cc | 331 TargetPublicPairListBuilder inheritable; member
|
/third_party/python/Modules/clinic/ |
D | posixmodule.c.h | 4645 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/ |
D | posixmodule.c | 9263 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()
|