Searched refs:PyThread_delete_key (Results 1 - 11 of 11) sorted by relevance

/external/python/cpython2/Include/
H A Dpythread.h29 PyAPI_FUNC(void) PyThread_delete_key(int);
/external/python/cpython3/Include/
H A Dpythread.h78 PyAPI_FUNC(void) PyThread_delete_key(int);
/external/python/cpython3/Python/
H A Dthread_foobar.h96 PyThread_delete_key(int key) function
H A Dthread.c146 value for thekey. PyThread_delete_key(thekey) forgets the values associated
267 PyThread_delete_key(int key) function
H A Dthread_nt.h365 PyThread_delete_key(int key) function
H A Dpystate.c734 PyThread_delete_key(autoTLSkey);
747 PyThread_delete_key(autoTLSkey);
H A Dthread_pthread.h623 PyThread_delete_key(int key) function
/external/python/cpython2/Python/
H A Dthread.c199 value for thekey. PyThread_delete_key(thekey) forgets the values associated
317 PyThread_delete_key(int key) function
H A Dthread_nt.h303 PyThread_delete_key(int key) function
H A Dpystate.c538 PyThread_delete_key(autoTLSkey);
/external/python/cpython3/Modules/
H A D_tracemalloc.c1076 PyThread_delete_key(tracemalloc_reentrant_key);

Completed in 1394 milliseconds