Thread
extern class java.lang.Threadimplements RunnableAvailable in java
function new() : Void
function checkAccess() : Void
function countStackFrames() : Int
function destroy() : Void
function getContextClassLoader() : ClassLoader
function getId() : Int64
function getName() : String
function getPriority() : Int
function getStackTrace() : NativeArray<StackTraceElement>
function getState() : Thread_State
function getThreadGroup() : ThreadGroup
function getUncaughtExceptionHandler() : Thread_UncaughtExceptionHandler
function interrupt() : Void
function isAlive() : Bool
function isDaemon() : Bool
function isInterrupted() : Bool
function join( param1 : Int64 ) : Void
function resume() : Void
function run() : Void
function setContextClassLoader( param1 : ClassLoader ) : Void
function setDaemon( param1 : Bool ) : Void
function setName( param1 : String ) : Void
function setPriority( param1 : Int ) : Void
function setUncaughtExceptionHandler( param1 : Thread_UncaughtExceptionHandler ) : Void
function start() : Void
function stop() : Void
function suspend() : Void
function toString() : String
static var MAX_PRIORITY(default,null) : Int
static var MIN_PRIORITY(default,null) : Int
static var NORM_PRIORITY(default,null) : Int
static function activeCount() : Int
static function currentThread() : Thread
static function dumpStack() : Void
static function enumerate( param1 : NativeArray<Thread> ) : Int
static function getAllStackTraces() : Map<ThreadNativeArray<StackTraceElement>>
static function getDefaultUncaughtExceptionHandler() : Thread_UncaughtExceptionHandler
static function holdsLock( param1 : Dynamic ) : Bool
static function interrupted() : Bool
static function setDefaultUncaughtExceptionHandler( param1 : Thread_UncaughtExceptionHandler ) : Void
static function sleep( param1 : Int64 ) : Void
static function yield() : Void
version #18670, modified 2013-05-08 10:55:37 by api
0 comment