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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMNetShaper.cpp69 #define LOCK_NETSHAPER(a_pShaper) do { int rcShaper = RTCritSectEnter(&(a_pShaper)->Lock); AssertRC(rcShaper); } while (0) macro
87 LOCK_NETSHAPER(pShaper);
104 LOCK_NETSHAPER(pShaper);
117 LOCK_NETSHAPER(pShaper);
227 //LOCK_NETSHAPER(pShaper);
421 LOCK_NETSHAPER(pShaper);

Completed in 60 milliseconds