Home
last modified time | relevance | path

Searched refs:PyThread_allocate_lock (Results 1 – 25 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythread.h17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythread.h17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_foobar.h44 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread.c311 keymutex = PyThread_allocate_lock(); in PyThread_create_key()
406 keymutex = PyThread_allocate_lock(); in PyThread_ReInitTLS()
Dthread_cthread.h66 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_wince.h69 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_solaris.h80 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_pthread.h256 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
356 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_lwp.h61 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_pth.h88 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_os2.h93 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Ddynload_beos.c111 beos_dyn_lock = PyThread_allocate_lock(); in beos_init_dyn()
Dthread_beos.h171 PyThread_type_lock PyThread_allocate_lock( void ) in PyThread_allocate_lock() function
Dthread_atheos.h153 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_nt.h212 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_sgi.h217 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dpystate.c29 #define HEAD_INIT() (void)(head_mutex || (head_mutex = PyThread_allocate_lock()))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dmyreadline.c189 _PyOS_ReadlineLock = PyThread_allocate_lock(); in PyOS_Readline()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dmyreadline.c192 _PyOS_ReadlineLock = PyThread_allocate_lock(); in PyOS_Readline()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c32 #define HEAD_INIT() (void)(head_mutex || (head_mutex = PyThread_allocate_lock()))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hashopenssl.c233 self->lock = PyThread_allocate_lock(); in EVP_update()
Dbz2module.c1439 self->lock = PyThread_allocate_lock(); in BZ2File_init()
1789 self->lock = PyThread_allocate_lock(); in BZ2Comp_init()
2009 self->lock = PyThread_allocate_lock(); in BZ2Decomp_init()
Dthreadmodule.c167 self->lock_lock = PyThread_allocate_lock(); in newlockobject()
Dzlibmodule.c1056 zlib_lock = PyThread_allocate_lock(); in PyInit_zlib()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c1091 zlib_lock = PyThread_allocate_lock(); in PyInit_zlib()

12