Home
last modified time | relevance | path

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

/external/python/cpython2/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()
599 tcur = (PyThreadState *)PyThread_get_key_value(autoTLSkey); in PyGILState_Ensure()
640 PyThreadState *tcur = (PyThreadState *)PyThread_get_key_value( in PyGILState_Release()
Dthread.c361 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
/external/python/cpython2/Include/
Dpythread.h31 PyAPI_FUNC(void *) PyThread_get_key_value(int);
/external/python/cpython3/Include/
Dpythread.h112 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
/external/python/cpython3/Python/
Dthread_nt.h406 PyThread_get_key_value(int key) in PyThread_get_key_value() function
Dthread_pthread.h832 PyThread_get_key_value(int key) in PyThread_get_key_value() function
/external/python/pybind11/include/pybind11/detail/
Dinternals.h32 # define PYBIND11_TLS_GET_VALUE(key) PyThread_get_key_value((key))
/external/python/cpython2/PC/os2emx/
Dpython27.def1175 "PyThread_get_key_value"
/external/python/cpython3/Doc/c-api/
Dinit.rst1763 .. c:function:: void* PyThread_get_key_value(int key)