Home
last modified time | relevance | path

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

12345678910>>...29

/dports/lang/python-legacy/Python-2.7.18/Python/
H A 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()
/dports/lang/python27/Python-2.7.18/Python/
H A 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()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A 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()
/dports/devel/pyl-gobject/pygobject-2.28.6/glib/
H A Dpygmainloop.c87 retval = PyThread_get_key_value(pyg_current_main_loop_key); in pyg_save_current_main_loop()
102 prev = PyThread_get_key_value(pyg_current_main_loop_key); in pyg_restore_current_main_loop()
115 return PyThread_get_key_value(pyg_current_main_loop_key); in pyg_get_current_main_loop()
/dports/lang/python27/Python-2.7.18/Include/
H A Dpythread.h31 PyAPI_FUNC(void *) PyThread_get_key_value(int);
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dpythread.h31 PyAPI_FUNC(void *) PyThread_get_key_value(int);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpythread.h31 PyAPI_FUNC(void *) PyThread_get_key_value(int);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dpythread.h80 PyAPI_FUNC(void *) PyThread_get_key_value(int);
/dports/devel/py-yappi/yappi-1.3.3/yappi/
H A Dtls.c62 res = PyThread_get_key_value(key->_key); in get_tls_key_value()
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dpythread.h83 PyAPI_FUNC(void *) PyThread_get_key_value(int);
/dports/lang/python37/Python-3.7.12/Include/
H A Dpythread.h98 PyAPI_FUNC(void *) PyThread_get_key_value(int key) Py_DEPRECATED(3.7);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dpythread.h98 PyAPI_FUNC(void *) PyThread_get_key_value(int key) Py_DEPRECATED(3.7);
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dpythread.h104 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
/dports/lang/python310/Python-3.10.1/Include/
H A Dpythread.h112 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
/dports/lang/python38/Python-3.8.12/Include/
H A Dpythread.h104 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dpythread.h104 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
/dports/lang/python39/Python-3.9.9/Include/
H A Dpythread.h112 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dpythread.h104 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dpythread.h104 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dpythread.h114 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dpythread.h112 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dpythread.h104 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dpythread.h112 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Includes/cpython/
H A Dpythread.pxd38 void * PyThread_get_key_value(int)
/dports/lang/cython/Cython-0.29.24/Cython/Includes/cpython/
H A Dpythread.pxd38 void * PyThread_get_key_value(int)

12345678910>>...29