Variable BlockingQueue._condition

class BlockingQueue
{
  // ...
  Condition _condition;
  // ...
}