Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
PyThread_type_lock |
PyInterpreterState.id_mutex() |
Modifier and Type | Method and Description |
---|---|
PyInterpreterState |
PyInterpreterState.id_mutex(PyThread_type_lock setter) |
Modifier and Type | Method and Description |
---|---|
static PyThread_type_lock |
python.PyThread_allocate_lock() |
Modifier and Type | Method and Description |
---|---|
static int |
python.PyThread_acquire_lock_timed(PyThread_type_lock arg0,
long microseconds,
int intr_flag) |
static int |
python.PyThread_acquire_lock(PyThread_type_lock arg0,
int arg1) |
static void |
python.PyThread_free_lock(PyThread_type_lock arg0) |
static void |
python.PyThread_release_lock(PyThread_type_lock arg0) |
Copyright © 2020. All rights reserved.