Uses of Class
org.bytedeco.cpython.Py_tss_t
Packages that use Py_tss_t
-
Uses of Py_tss_t in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global that return Py_tss_tMethods in org.bytedeco.cpython.global with parameters of type Py_tss_tModifier and TypeMethodDescriptionstatic intpython.PyThread_tss_create(Py_tss_t key) static voidpython.PyThread_tss_delete(Py_tss_t key) static voidpython.PyThread_tss_free(Py_tss_t key) static Pointerpython.PyThread_tss_get(Py_tss_t key) static intpython.PyThread_tss_is_created(Py_tss_t key) static intpython.PyThread_tss_set(Py_tss_t key, Pointer value)