internal bool acquireQueued(java.util.concurrent.locks.AbstractQueuedSynchronizer
                             .Node node, int arg)
 {
     throw new System.NotImplementedException();
 }
 internal Node(java.lang.Thread thread, java.util.concurrent.locks.AbstractQueuedSynchronizer
               .Node mode)
 {
     throw new System.NotImplementedException();
 }
 internal bool transferAfterCancelledWait(java.util.concurrent.locks.AbstractQueuedSynchronizer
                                          .Node node)
 {
     throw new System.NotImplementedException();
 }
 internal int fullyRelease(java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
                           node)
 {
     throw new System.NotImplementedException();
 }
 internal bool isOnSyncQueue(java.util.concurrent.locks.AbstractQueuedSynchronizer
                             .Node node)
 {
     throw new System.NotImplementedException();
 }