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

/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp243 bool volatile fDestroying; member in struct:INTNETIF
4459 const bool fDestroying = ASMAtomicReadBool(&pIf->fDestroying);
4462 || fDestroying
4487 if (!pIf->fDestroying)
4545 const bool fDestroying = ASMAtomicReadBool(&pIf->fDestroying);
4548 || fDestroying
4556 * Set fDestroying if requested to do so and then wake up all the sleeping
4561 ASMAtomicWriteBool(&pIf->fDestroying, tru
[all...]

Completed in 53 milliseconds