Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dfcntlmodule.c.h214 {"lockf", (PyCFunction)(void(*)(void))fcntl_lockf, METH_FASTCALL, fcntl_lockf__doc__},
221 fcntl_lockf(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in fcntl_lockf() function
/external/python/cpython2/Modules/
Dfcntlmodule.c310 fcntl_lockf(PyObject *self, PyObject *args) in fcntl_lockf() function
412 {"lockf", fcntl_lockf, METH_VARARGS, lockf_doc},