public synchronized Collection getQueuedThreads() {
   return wq_.getWaitingThreads();
 }