Home
last modified time | relevance | path

Searched refs:Py_tss_NEEDS_INIT (Results 1 – 25 of 665) sorted by relevance

12345678910>>...27

/dports/lang/python37/Python-3.7.12/Include/
H A Dpythread.h137 #define Py_tss_NEEDS_INIT {0} macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dpythread.h137 #define Py_tss_NEEDS_INIT {0} macro
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dpythread.h143 #define Py_tss_NEEDS_INIT {0} macro
/dports/lang/python310/Python-3.10.1/Include/
H A Dpythread.h151 #define Py_tss_NEEDS_INIT {0} macro
/dports/lang/python38/Python-3.8.12/Include/
H A Dpythread.h143 #define Py_tss_NEEDS_INIT {0} macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dpythread.h143 #define Py_tss_NEEDS_INIT {0} macro
/dports/lang/python39/Python-3.9.9/Include/
H A Dpythread.h151 #define Py_tss_NEEDS_INIT {0} macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dpythread.h143 #define Py_tss_NEEDS_INIT {0} macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dpythread.h143 #define Py_tss_NEEDS_INIT {0} macro
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dpythread.h153 #define Py_tss_NEEDS_INIT {0} macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dpythread.h151 #define Py_tss_NEEDS_INIT {0} macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dpythread.h143 #define Py_tss_NEEDS_INIT {0} macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dpythread.h151 #define Py_tss_NEEDS_INIT {0} macro
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Includes/cpython/
H A Dpythread.pxd46 …Py_tss_t Py_tss_NEEDS_INIT # Not normally useful: Cython auto-initialises declared "Py_tss_…
/dports/lang/cython/Cython-0.29.24/Cython/Includes/cpython/
H A Dpythread.pxd46 …Py_tss_t Py_tss_NEEDS_INIT # Not normally useful: Cython auto-initialises declared "Py_tss_…
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Includes/cpython/
H A Dpythread.pxd46 …Py_tss_t Py_tss_NEEDS_INIT # Not normally useful: Cython auto-initialises declared "Py_tss_…
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Includes/cpython/
H A Dpythread.pxd46 …Py_tss_t Py_tss_NEEDS_INIT # Not normally useful: Cython auto-initialises declared "Py_tss_…
/dports/lang/cython-devel/cython-2b1e743/Cython/Includes/cpython/
H A Dpythread.pxd46 …Py_tss_t Py_tss_NEEDS_INIT # Not normally useful: Cython auto-initialises declared "Py_tss_…
/dports/devel/pybind11/pybind11-2.8.1/include/pybind11/detail/
H A Dinternals.h57 = Py_tss_NEEDS_INIT; \
60 # define PYBIND11_TLS_KEY_INIT(var) Py_tss_t var = Py_tss_NEEDS_INIT;
/dports/science/smoldyn/smoldyn-2.67/source/pybind11/include/pybind11/detail/
H A Dinternals.h57 = Py_tss_NEEDS_INIT; \
60 # define PYBIND11_TLS_KEY_INIT(var) Py_tss_t var = Py_tss_NEEDS_INIT;
/dports/devel/py-pybind11/pybind11-2.9.0/pybind11/include/pybind11/detail/
H A Dinternals.h57 = Py_tss_NEEDS_INIT; \
60 # define PYBIND11_TLS_KEY_INIT(var) Py_tss_t var = Py_tss_NEEDS_INIT;
/dports/lang/cython/Cython-0.29.24/Cython/Utility/
H A DModuleSetupCode.c470 #if PY_VERSION_HEX < 0x030700A2 && !defined(PyThread_tss_create) && !defined(Py_tss_NEEDS_INIT)
472 #define Py_tss_NEEDS_INIT 0 macro
480 *key = Py_tss_NEEDS_INIT; in PyThread_tss_alloc()
487 return *key != Py_tss_NEEDS_INIT; in PyThread_tss_is_created()
491 *key = Py_tss_NEEDS_INIT; in PyThread_tss_delete()
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Utility/
H A DModuleSetupCode.c470 #if PY_VERSION_HEX < 0x030700A2 && !defined(PyThread_tss_create) && !defined(Py_tss_NEEDS_INIT)
472 #define Py_tss_NEEDS_INIT 0 macro
480 *key = Py_tss_NEEDS_INIT; in PyThread_tss_alloc()
487 return *key != Py_tss_NEEDS_INIT; in PyThread_tss_is_created()
491 *key = Py_tss_NEEDS_INIT; in PyThread_tss_delete()
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Utility/
H A DModuleSetupCode.c470 #if PY_VERSION_HEX < 0x030700A2 && !defined(PyThread_tss_create) && !defined(Py_tss_NEEDS_INIT)
472 #define Py_tss_NEEDS_INIT 0 macro
480 *key = Py_tss_NEEDS_INIT; in PyThread_tss_alloc()
487 return *key != Py_tss_NEEDS_INIT; in PyThread_tss_is_created()
491 *key = Py_tss_NEEDS_INIT; in PyThread_tss_delete()
/dports/lang/cython-devel/cython-2b1e743/Cython/Utility/
H A DModuleSetupCode.c675 #if PY_VERSION_HEX < 0x030700A2 && !defined(PyThread_tss_create) && !defined(Py_tss_NEEDS_INIT)
677 #define Py_tss_NEEDS_INIT 0 macro
685 *key = Py_tss_NEEDS_INIT; in PyThread_tss_alloc()
692 return *key != Py_tss_NEEDS_INIT; in PyThread_tss_is_created()
696 *key = Py_tss_NEEDS_INIT; in PyThread_tss_delete()

12345678910>>...27