package java.util.concurrent.locks
extends AbstractOwnableSynchronizer
implements Serializable
extended by ReentrantLock_Sync
Available on java acquire (param1:Int):Void acquireInterruptibly (param1:Int):Void acquireShared (param1:Int):Void acquireSharedInterruptibly (param1:Int):Void getExclusiveQueuedThreads ():Collection<Thread> getFirstQueuedThread ():Thread getQueueLength ():Int getQueuedThreads ():Collection<Thread> getSharedQueuedThreads ():Collection<Thread> getWaitQueueLength (param1:AbstractQueuedSynchronizer_ConditionObject):Int getWaitingThreads (param1:AbstractQueuedSynchronizer_ConditionObject):Collection<Thread> hasContended ():Bool hasQueuedPredecessors ():Bool hasQueuedThreads ():Bool hasWaiters (param1:AbstractQueuedSynchronizer_ConditionObject):Bool isQueued (param1:Thread):Bool owns (param1:AbstractQueuedSynchronizer_ConditionObject):Bool release (param1:Int):Bool releaseShared (param1:Int):Bool toString ():String tryAcquireNanos (param1:Int, param2:Int64):Bool tryAcquireSharedNanos (param1:Int, param2:Int64):Bool
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/util/concurrent/locks/AbstractQueuedSynchronizer.html