haXe API Documentation
Back |
Indexextern class java.lang.Thread
Available in java
- function new(target : Runnable) : Void
- function destroy() : Void
- function getName() : String
- function getPriority() : Int
- function interrupt() : Void
- function isAlive() : Bool
- function isDaemon() : Bool
- function isInterrupted() : Bool
- function join() : Void
- function run() : Void
- function setPriority(newPriority : Int) : Void
- function start() : Void
- static function activeCount() : Int
- static function currentThread() : Thread
- static function dumpStack() : Void
- static function enumerate(tarray : java.NativeArray<Thread>) : Int
- static function interrupted() : Bool
- static function sleep(ms : haxe.Int64) : Void
- static function yield() : Void
Back |
Index