Searched refs:doWait (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp1751 bool doWait; local
1754 doWait = false;
1758 doWait = true;
1762 if( doWait) {
1767 } while( doWait );
4526 bool doWait; local
4529 doWait = false;
4533 doWait = true;
4537 if( doWait) {
4542 } while( doWait );
[all...]

Completed in 149 milliseconds