public synchronized boolean isQueued(Thread thread) {
   return wq_.isWaiting(thread);
 }