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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp1180 bool fNotifyWaiter = false; local
1203 fNotifyWaiter = true;
1213 fNotifyWaiter = !pdmacFileAioMgrNormalRemoveEndpoint(pEndpointRemove);
1230 fNotifyWaiter = !pdmacFileAioMgrNormalRemoveEndpoint(pEndpointClose);
1234 fNotifyWaiter = true;
1241 fNotifyWaiter = true;
1252 fNotifyWaiter = true;
1259 if (fNotifyWaiter)
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp784 bool fNotifyWaiter = false; local
797 fNotifyWaiter = true;
812 fNotifyWaiter = !rtAioMgrFileRemove(pFile);
815 fNotifyWaiter = true;
821 fNotifyWaiter = true;
828 if (fNotifyWaiter)

Completed in 43 milliseconds