Package | Description |
---|---|
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
static Py_tss_t |
python.PyThread_tss_alloc() |
Modifier and Type | Method and Description |
---|---|
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_free(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_set(Py_tss_t key,
Pointer value) |
Copyright © 2020. All rights reserved.