Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dthreadmodule.c161 newlockobject(void) in newlockobject() function
747 static lockobject *newlockobject(void);
752 return (PyObject *) newlockobject(); in thread_PyThread_allocate_lock()
/external/python/cpython3/Modules/
D_threadmodule.c530 newlockobject(void) in newlockobject() function
1119 static lockobject *newlockobject(void);
1124 return (PyObject *) newlockobject(); in thread_PyThread_allocate_lock()
1212 lock = newlockobject(); in thread__set_sentinel()