Searched refs:os_set_inheritable_impl (Results 1 – 2 of 2) sorted by relevance
5685 os_set_inheritable_impl(PyObject *module, int fd, int inheritable);5698 return_value = os_set_inheritable_impl(module, fd, inheritable); in os_set_inheritable()
11466 os_set_inheritable_impl(PyObject *module, int fd, int inheritable) in os_set_inheritable_impl() function