HomeSort by relevance Sort by last modified time
    Searched refs:fcntl_lockf (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/clinic/
fcntlmodule.c.h 164 {"lockf", (PyCFunction)fcntl_lockf, METH_VARARGS, fcntl_lockf__doc__},
171 fcntl_lockf(PyObject *module, PyObject *args) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 308 fcntl_lockf(PyObject *self, PyObject *args) function
410 {"lockf", fcntl_lockf, METH_VARARGS, lockf_doc},
  /external/python/cpython2/Modules/
fcntlmodule.c 310 fcntl_lockf(PyObject *self, PyObject *args) function
412 {"lockf", fcntl_lockf, METH_VARARGS, lockf_doc},

Completed in 227 milliseconds