Searched refs:_waitDequeueDone (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/IONetworkingFamily-100/
H A DIOBasicOutputQueue.h72 volatile bool _waitDequeueDone; member in class:IOBasicOutputQueue
H A DIOOutputQueue.cpp471 if (_waitDequeueDone)
476 _waitDequeueDone = false;
477 thread_wakeup((void *) &_waitDequeueDone);
580 _waitDequeueDone = true;
582 assert_wait((void *) &_waitDequeueDone, false);

Completed in 371 milliseconds