Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c303 if (autoInterpreterState && PyThread_get_key_value(autoTLSkey) == tstate) in PyThreadState_Delete()
318 if (autoInterpreterState && PyThread_get_key_value(autoTLSkey) == tstate) in PyThreadState_DeleteCurrent()
529 assert(PyThread_get_key_value(autoTLSkey) == NULL); in _PyGILState_Init()
583 return (PyThreadState *)PyThread_get_key_value(autoTLSkey); in PyGILState_GetThisThreadState()
597 tcur = (PyThreadState *)PyThread_get_key_value(autoTLSkey); in PyGILState_Ensure()
624 PyThreadState *tcur = (PyThreadState *)PyThread_get_key_value( in PyGILState_Release()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c301 if (autoInterpreterState && PyThread_get_key_value(autoTLSkey) == tstate) in PyThreadState_Delete()
317 if (autoInterpreterState && PyThread_get_key_value(autoTLSkey) == tstate) in PyThreadState_DeleteCurrent()
527 assert(PyThread_get_key_value(autoTLSkey) == NULL); in _PyGILState_Init()
598 return (PyThreadState *)PyThread_get_key_value(autoTLSkey); in PyGILState_GetThisThreadState()
612 tcur = (PyThreadState *)PyThread_get_key_value(autoTLSkey); in PyGILState_Ensure()
639 PyThreadState *tcur = (PyThreadState *)PyThread_get_key_value( in PyGILState_Release()
Dthread.c358 PyThread_get_key_value(int key) in PyThread_get_key_value() function
Dthread_nt.h329 PyThread_get_key_value(int key) in PyThread_get_key_value() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythread.h31 PyAPI_FUNC(void *) PyThread_get_key_value(int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythread.h31 PyAPI_FUNC(void *) PyThread_get_key_value(int);