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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp118 uint32_t g_uVMInfoUserIdleThresholdMS = 5 * 1000; variable
177 &g_uVMInfoUserIdleThresholdMS, 1, UINT32_MAX - 1);
261 g_uVMInfoUserIdleThresholdMS = RT_CLAMP(RTStrToUInt32(pszValue), 1000, UINT32_MAX - 1);

Completed in 49 milliseconds