static int |
python.PyThread_tss_create(Py_tss_t key) |
static int |
python.PyThread_tss_create(Py_tss_t key) |
static void |
python.PyThread_tss_delete(Py_tss_t key) |
static void |
python.PyThread_tss_delete(Py_tss_t key) |
static void |
python.PyThread_tss_free(Py_tss_t key) |
static void |
python.PyThread_tss_free(Py_tss_t key) |
static Pointer |
python.PyThread_tss_get(Py_tss_t key) |
static Pointer |
python.PyThread_tss_get(Py_tss_t key) |
static int |
python.PyThread_tss_is_created(Py_tss_t key) |
static int |
python.PyThread_tss_is_created(Py_tss_t key) |
static int |
python.PyThread_tss_set(Py_tss_t key,
Pointer value) |
static int |
python.PyThread_tss_set(Py_tss_t key,
Pointer value) |