Searched refs:fcntl_lockf_impl (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | fcntlmodule.c.h | 202 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, 241 return_value = fcntl_lockf_impl(module, fd, code, lenobj, startobj, whence); in fcntl_lockf()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 369 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, in fcntl_lockf_impl() function
|