Searched refs:PyThread_allocate_lock (Results 1 - 25 of 55) sorted by relevance

123

/external/python/cpython2/Include/
H A Dpythread.h17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/external/python/cpython2/Python/
H A Dthread_foobar.h44 PyThread_allocate_lock(void) function
47 dprintf(("PyThread_allocate_lock called\n"));
51 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
H A Dthread_cthread.h66 PyThread_allocate_lock(void) function
70 dprintf(("PyThread_allocate_lock called\n"));
80 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
H A Dthread_wince.h69 PyThread_type_lock PyThread_allocate_lock(void) function
73 dprintf(("PyThread_allocate_lock called\n"));
82 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock));
H A Dthread.c311 keymutex = PyThread_allocate_lock();
406 keymutex = PyThread_allocate_lock();
H A Dthread_lwp.h61 PyThread_type_lock PyThread_allocate_lock(void) function
66 dprintf(("PyThread_allocate_lock called\n"));
74 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
H A Dthread_solaris.h80 PyThread_allocate_lock(void) function
84 dprintf(("PyThread_allocate_lock called\n"));
94 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
H A Dthread_os2.h93 PyThread_allocate_lock(void) function
99 dprintf(("%ld: PyThread_allocate_lock() -> %lx\n",
111 dprintf(("PyThread_allocate_lock called\n"));
119 dprintf(("%ld: PyThread_allocate_lock() -> %p\n",
H A Dthread_pth.h88 PyThread_type_lock PyThread_allocate_lock(void) function
93 dprintf(("PyThread_allocate_lock called\n"));
110 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
H A Dthread_pthread.h257 PyThread_allocate_lock(void) function
262 dprintf(("PyThread_allocate_lock called\n"));
278 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
360 PyThread_allocate_lock(void) function
365 dprintf(("PyThread_allocate_lock called\n"));
388 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
H A Ddynload_beos.c111 beos_dyn_lock = PyThread_allocate_lock();
H A Dthread_atheos.h153 PyThread_type_lock PyThread_allocate_lock(void) function
163 dprintf(("PyThread_allocate_lock called\n"));
168 dprintf(("PyThread_allocate_lock failed: out of memory\n"));
177 dprintf(("PyThread_allocate_lock failed: %s\n",
182 dprintf(("PyThread_allocate_lock()-> %p\n", lock));
187 dprintf(("PyThread_allocate_lock failed: %s\n",
191 dprintf(("PyThread_allocate_lock()-> %p\n", sema));
H A Dthread_beos.h171 PyThread_type_lock PyThread_allocate_lock( void ) function
178 dprintf(("PyThread_allocate_lock called\n"));
195 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
H A Dthread_nt.h212 PyThread_allocate_lock(void) function
216 dprintf(("PyThread_allocate_lock called\n"));
222 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock));
H A Dthread_sgi.h217 PyThread_type_lock PyThread_allocate_lock(void) function
221 dprintf(("PyThread_allocate_lock called\n"));
228 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
/external/python/cpython3/Include/
H A Dpythread.h25 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/external/python/cpython3/Python/
H A Dthread_foobar.h43 PyThread_allocate_lock(void) function
46 dprintf(("PyThread_allocate_lock called\n"));
50 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
H A Dthread.c261 keymutex = PyThread_allocate_lock();
349 keymutex = PyThread_allocate_lock();
H A Dthread_pthread.h276 PyThread_allocate_lock(void) function
281 dprintf(("PyThread_allocate_lock called\n"));
297 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
404 PyThread_allocate_lock(void) function
409 dprintf(("PyThread_allocate_lock called\n"));
438 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
H A Dthread_nt.h243 PyThread_allocate_lock(void) function
247 dprintf(("PyThread_allocate_lock called\n"));
253 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock));
/external/python/cpython2/Misc/
H A Dvalgrind-python.supp53 fun:PyThread_allocate_lock
61 fun:PyThread_allocate_lock
/external/python/cpython2/Parser/
H A Dmyreadline.c189 _PyOS_ReadlineLock = PyThread_allocate_lock();
/external/python/cpython3/Misc/
H A Dvalgrind-python.supp53 fun:PyThread_allocate_lock
61 fun:PyThread_allocate_lock
/external/python/cpython3/Parser/
H A Dmyreadline.c324 _PyOS_ReadlineLock = PyThread_allocate_lock();
/external/python/cpython3/Modules/
H A D_bz2module.c329 self->lock = PyThread_allocate_lock();
655 self->lock = PyThread_allocate_lock();

Completed in 4012 milliseconds

123