Searched refs:fcntl_lockf (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | fcntlmodule.c.h | 164 {"lockf", (PyCFunction)fcntl_lockf, METH_FASTCALL, fcntl_lockf__doc__}, 171 fcntl_lockf(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in fcntl_lockf() function
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 310 fcntl_lockf(PyObject *self, PyObject *args) in fcntl_lockf() function 412 {"lockf", fcntl_lockf, METH_VARARGS, lockf_doc},
|