Home
last modified time | relevance | path

Searched refs:fcntl_lockf_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dfcntlmodule.c.h202 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/
Dfcntlmodule.c369 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, in fcntl_lockf_impl() function