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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.cpp44 static uint32_t g_uControlIntervalMS = 0; variable
126 &g_uControlIntervalMS, 1, UINT32_MAX - 1);
150 if (!g_uControlIntervalMS)
151 g_uControlIntervalMS = 1000;

Completed in 1107 milliseconds