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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMNetShaper.cpp76 #define UNLOCK_NETSHAPER(a_pShaper) do { int rcShaper = RTCritSectLeave(&(a_pShaper)->Lock); AssertRC(rcShaper); } while (0) macro
94 UNLOCK_NETSHAPER(pShaper);
109 UNLOCK_NETSHAPER(pShaper);
132 UNLOCK_NETSHAPER(pShaper);
247 //UNLOCK_NETSHAPER(pShaper);
331 UNLOCK_NETSHAPER(pShaper);
362 UNLOCK_NETSHAPER(pShaper);
400 UNLOCK_NETSHAPER(pShaper);
428 UNLOCK_NETSHAPER(pShaper);

Completed in 43 milliseconds