Searched refs:PyThread_get_key_value (Results 1 – 14 of 14) sorted by relevance
303 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()
361 PyThread_get_key_value(int key) in PyThread_get_key_value() function
329 PyThread_get_key_value(int key) in PyThread_get_key_value() function
31 PyAPI_FUNC(void *) PyThread_get_key_value(int);
112 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
412 PyThread_get_key_value(int key) in PyThread_get_key_value() function
864 PyThread_get_key_value(int key) in PyThread_get_key_value() function
32 # define PYBIND11_TLS_GET_VALUE(key) PyThread_get_key_value((key))
1175 "PyThread_get_key_value"
553 EXPORT_FUNC(PyThread_get_key_value)
609 function,PyThread_get_key_value,3.2,
669 …<elf-symbol name='PyThread_get_key_value' type='func-type' binding='global-binding' visibility='de…18472 …PyThread_get_key_value' mangled-name='PyThread_get_key_value' filepath='Python/thread_pthread.h' l…
1711 function PyThread_get_key_value
1800 .. c:function:: void* PyThread_get_key_value(int key)