public class _threading extends Object implements ClassDictInit
| Modifier and Type | Field and Description |
|---|---|
static Map<Long,PyObject> |
_active |
static Map<Thread,PyObject> |
_jthread_to_pythread |
static Map<Long,PyObject> |
_threads |
| Constructor and Description |
|---|
_threading() |
| Modifier and Type | Method and Description |
|---|---|
static void |
_register_thread(Thread jthread,
PyObject pythread) |
static void |
_unregister_thread(Thread jthread) |
static void |
classDictInit(PyObject dict) |