Home
last modified time | relevance | path

Searched refs:PyThread_free_lock (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythread.h18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythread.h18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_foobar.h56 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
Dthread_cthread.h85 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
Dthread_wince.h87 void PyThread_free_lock(PyThread_type_lock aLock) in PyThread_free_lock() function
Dthread_solaris.h99 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
Dthread_pthread.h282 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
389 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
Dthread_lwp.h78 void PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
Dthread_pth.h114 void PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
Ddynload_beos.c91 PyThread_free_lock( beos_dyn_lock ); in beos_cleanup_dyn()
Dthread_os2.h128 PyThread_free_lock(PyThread_type_lock aLock) in PyThread_free_lock() function
Dthread_atheos.h197 void PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
Dthread_beos.h199 void PyThread_free_lock( PyThread_type_lock lock ) in PyThread_free_lock() function
Dthread_nt.h228 PyThread_free_lock(PyThread_type_lock aLock) in PyThread_free_lock() function
Dthread_sgi.h232 void PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbz2module.c1469 PyThread_free_lock(self->lock); in BZ2File_init()
1482 PyThread_free_lock(self->lock); in BZ2File_dealloc()
1809 PyThread_free_lock(self->lock); in BZ2Comp_init()
1821 PyThread_free_lock(self->lock); in BZ2Comp_dealloc()
2034 PyThread_free_lock(self->lock); in BZ2Decomp_init()
2047 PyThread_free_lock(self->lock); in BZ2Decomp_dealloc()
D_hashopenssl.c125 PyThread_free_lock(self->lock); in EVP_dealloc()
Dthreadmodule.c38 PyThread_free_lock(self->lock_lock); in lock_dealloc()
D_ssl.c1629 PyThread_free_lock(_ssl_locks[j]); in _setup_ssl_threads()
D_testcapimodule.c1345 PyThread_free_lock(thread_done); in test_thread_state()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dbufferedio.c381 PyThread_free_lock(self->lock); in buffered_dealloc()
665 PyThread_free_lock(self->lock); in _buffered_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dbufferedio.c381 PyThread_free_lock(self->lock); in buffered_dealloc()
693 PyThread_free_lock(self->lock); in _buffered_init()