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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp129 LwfIdcState_Stopping /* Terminating the worker thread and disconnecting IDC */ enumerator in enum:__anon16410
1917 case LwfIdcState_Stopping: return "Stopping";
1959 uint32_t enmPrevState = ASMAtomicXchgU32(&g_VBoxNetLwfGlobals.enmIdcState, LwfIdcState_Stopping);
1968 case LwfIdcState_Stopping:

Completed in 50 milliseconds