C# Class java.util.concurrent.locks.AbstractOwnableSynchronizer

Inheritance: java.lang.Object, java.io.Serializable
Show file Open project: JeroMiya/androidmono

Protected Methods

Method Description
AbstractOwnableSynchronizer ( global @__env )
getExclusiveOwnerThread ( ) : global::java.lang.Thread
setExclusiveOwnerThread ( java arg0 ) : void

Private Methods

Method Description
AbstractOwnableSynchronizer ( )

Method Details

AbstractOwnableSynchronizer() protected method

protected AbstractOwnableSynchronizer ( global @__env )
@__env global

getExclusiveOwnerThread() protected method

protected getExclusiveOwnerThread ( ) : global::java.lang.Thread
return global::java.lang.Thread

setExclusiveOwnerThread() protected method

protected setExclusiveOwnerThread ( java arg0 ) : void
arg0 java
return void