package java.util.concurrent.locks
extends AbstractOwnableSynchronizer
implements Serializable
extended by ReentrantLock_Sync
Available on javaacquire (param1:Int):VoidacquireInterruptibly (param1:Int):VoidacquireShared (param1:Int):VoidacquireSharedInterruptibly (param1:Int):VoidgetExclusiveQueuedThreads ():Collection<Thread>getFirstQueuedThread ():ThreadgetQueueLength ():IntgetQueuedThreads ():Collection<Thread>getSharedQueuedThreads ():Collection<Thread>getWaitQueueLength (param1:AbstractQueuedSynchronizer_ConditionObject):IntgetWaitingThreads (param1:AbstractQueuedSynchronizer_ConditionObject):Collection<Thread>hasContended ():BoolhasQueuedPredecessors ():BoolhasQueuedThreads ():BoolhasWaiters (param1:AbstractQueuedSynchronizer_ConditionObject):BoolisQueued (param1:Thread):Boolowns (param1:AbstractQueuedSynchronizer_ConditionObject):Boolrelease (param1:Int):BoolreleaseShared (param1:Int):BooltoString ():StringtryAcquireNanos (param1:Int, param2:Int64):BooltryAcquireSharedNanos (param1:Int, param2:Int64):Bool
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/util/concurrent/locks/AbstractQueuedSynchronizer.html