| Modifier and Type | Field and Description |
|---|---|
| public static PyString | |
| public static PyObject | |
| private static ThreadGroup | |
| private static volatile long |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public static FunctionThread | _newFunctionThread(PyObject func, PyTuple args)
Initializes a |
| public static PyLock | |
| public static void | |
| public static void | |
| public static void | |
| public static long | |
| public static void | |
| public static long | |
| public static void |
| __doc__ | back to summary |
|---|---|
| public static PyString __doc__ | |
| error | back to summary |
|---|---|
| public static PyObject error | |
| group | back to summary |
|---|---|
| private static ThreadGroup group | |
| stack_size | back to summary |
|---|---|
| private static volatile long stack_size | |
| thread | back to summary |
|---|---|
| public thread() | |
| _newFunctionThread | back to summary |
|---|---|
| public static FunctionThread _newFunctionThread(PyObject func, PyTuple args) Initializes a | |
| allocate_lock | back to summary |
|---|---|
| public static PyLock allocate_lock() | |
| classDictInit | back to summary |
|---|---|
| public static void classDictInit(PyObject dict) | |
| exit | back to summary |
|---|---|
| public static void exit() | |
| exit_thread | back to summary |
|---|---|
| public static void exit_thread() | |
| get_ident | back to summary |
|---|---|
| public static long get_ident() | |
| interruptAllThreads | back to summary |
|---|---|
| public static void interruptAllThreads() Interrupt all running threads spawned by the thread module. This works in conjunction with:
| |
| stack_size | back to summary |
|---|---|
| public static long stack_size(PyObject[] args) | |
| start_new_thread | back to summary |
|---|---|
| public static void start_new_thread(PyObject func, PyTuple args) | |