Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
protected FastThreadLocal[] |
data |
static int |
FAST_THREAD_LOCAL_SIZE |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
FastThread(Runnable target) |
FastThread(Runnable target,
String name) |
FastThread(ThreadGroup group,
Runnable target,
String name) |
FastThread(ThreadGroup group,
Runnable target,
String name,
long stackSize) |
| Modifier and Type | Method and Description |
|---|---|
static FastThread |
getThread() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic static int FAST_THREAD_LOCAL_SIZE
protected FastThreadLocal[] data
public FastThread(ThreadGroup group, Runnable target, String name)
public FastThread(ThreadGroup group, Runnable target, String name, long stackSize)
public FastThread(Runnable target)
public static FastThread getThread()
Copyright © 2020 Voovan. All rights reserved.