- Timestamp:
- Jun 24, 2021 4:04:41 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145350
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r89890 r89892 216 216 *********************************************************************************************************************************/ 217 217 218 #if 0 /* Unused */ 218 219 /** 219 220 * Returns a random scheduling hint (in ms). … … 233 234 return s_aSchedulingHintsMs[RTRandU32Ex(0, RT_ELEMENTS(s_aSchedulingHintsMs) - 1)]; 234 235 } 236 #endif 235 237 236 238 /**
Note:
See TracChangeset
for help on using the changeset viewer.