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

  /external/python/cpython3/Modules/
_threadmodule.c 538 newlockobject(void) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 161 newlockobject(void) function
738 static lockobject *newlockobject(void);
743 return (PyObject *) newlockobject();
  /external/python/cpython2/Modules/
threadmodule.c 161 newlockobject(void) function
747 static lockobject *newlockobject(void);
752 return (PyObject *) newlockobject();

Completed in 271 milliseconds