Home
last modified time | relevance | path

Searched refs:PyThread_create_key (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythread.h28 PyAPI_FUNC(int) PyThread_create_key(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythread.h28 PyAPI_FUNC(int) PyThread_create_key(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c525 autoTLSkey = PyThread_create_key(); in _PyGILState_Init()
549 if ((autoTLSkey = PyThread_create_key()) == -1) in _PyGILState_Reinit()
Dthread.c305 PyThread_create_key(void) in PyThread_create_key() function
Dthread_nt.h297 PyThread_create_key(void) in PyThread_create_key() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c527 autoTLSkey = PyThread_create_key(); in _PyGILState_Init()