Searched defs:fListIsEmpty (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxIPC.cpp295 bool fListIsEmpty = true; local
301 fListIsEmpty = RTListIsEmpty(&pCtx->SessionList);
304 if (!fListIsEmpty) /* Don't hog CPU while waiting. */
311 } while (!fListIsEmpty);
313 AssertMsg(fListIsEmpty,

Completed in 43 milliseconds