Inheritance: java.util.concurrent.locks.AbstractOwnableSynchronizer
 public ConditionObject(AbstractQueuedSynchronizer _enclosing)
 {
     throw new System.NotImplementedException();
 }
			public ConditionObject(AbstractQueuedSynchronizer _enclosing)
			{
				throw new System.NotImplementedException();
			}