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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceTimeSync.cpp75 * -# g_TimeSyncSetThreshold - The threshold at which we will just set the time
124 static uint32_t g_TimeSyncSetThreshold = 20*60*1000; variable
201 &g_TimeSyncSetThreshold, 0, 7*24*60*60*1000 /* a week */);
259 &g_TimeSyncSetThreshold, 0, 7*24*60*60*1000); /* a week */
538 uint32_t TimeSyncSetThreshold = g_TimeSyncSetThreshold;

Completed in 52 milliseconds