Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythread.h32 PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythread.h32 PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c302 PyThread_delete_key_value(autoTLSkey); in PyThreadState_Delete()
318 PyThread_delete_key_value(autoTLSkey); in PyThreadState_DeleteCurrent()
Dthread.c370 PyThread_delete_key_value(int key) in PyThread_delete_key_value() function
Dthread_nt.h344 PyThread_delete_key_value(int key) in PyThread_delete_key_value() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c304 PyThread_delete_key_value(autoTLSkey); in PyThreadState_Delete()
319 PyThread_delete_key_value(autoTLSkey); in PyThreadState_DeleteCurrent()