C# Class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject

Inheritance: java.util.concurrent.locks.Condition
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
ConditionObject ( java arg0 )
await ( long arg0, java arg1 ) : bool
await ( ) : void
awaitNanos ( long arg0 ) : long
awaitUninterruptibly ( ) : void
awaitUntil ( java arg0 ) : bool
signal ( ) : void
signalAll ( ) : void

Protected Methods

Method Description
ConditionObject ( global @__env )
getWaitQueueLength ( ) : int
getWaitingThreads ( ) : global::java.util.Collection
hasWaiters ( ) : bool

Private Methods

Method Description
ConditionObject ( )

Method Details

ConditionObject() protected method

protected ConditionObject ( global @__env )
@__env global

ConditionObject() public method

public ConditionObject ( java arg0 )
arg0 java

await() public method

public await ( long arg0, java arg1 ) : bool
arg0 long
arg1 java
return bool

await() public method

public await ( ) : void
return void

awaitNanos() public method

public awaitNanos ( long arg0 ) : long
arg0 long
return long

awaitUninterruptibly() public method

public awaitUninterruptibly ( ) : void
return void

awaitUntil() public method

public awaitUntil ( java arg0 ) : bool
arg0 java
return bool

getWaitQueueLength() protected method

protected getWaitQueueLength ( ) : int
return int

getWaitingThreads() protected method

protected getWaitingThreads ( ) : global::java.util.Collection
return global::java.util.Collection

hasWaiters() protected method

protected hasWaiters ( ) : bool
return bool

signal() public method

public signal ( ) : void
return void

signalAll() public method

public signalAll ( ) : void
return void