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