Changeset 57358 in vbox for trunk/src/VBox/Runtime/generic/timerlr-generic.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/timerlr-generic.cpp
r56290 r57358 29 29 30 30 31 /******************************************************************************* 32 * Header Files *33 ******************************************************************************* /31 /********************************************************************************************************************************* 32 * Header Files * 33 *********************************************************************************************************************************/ 34 34 #include <iprt/timer.h> 35 35 #include "internal/iprt.h" … … 46 46 47 47 48 /******************************************************************************* 49 * Structures and Typedefs *50 ******************************************************************************* /48 /********************************************************************************************************************************* 49 * Structures and Typedefs * 50 *********************************************************************************************************************************/ 51 51 /** 52 52 * The internal representation of a timer handle. … … 84 84 85 85 86 /******************************************************************************* 87 * Internal Functions *88 ******************************************************************************* /86 /********************************************************************************************************************************* 87 * Internal Functions * 88 *********************************************************************************************************************************/ 89 89 static DECLCALLBACK(int) rtTimerLRThread(RTTHREAD hThread, void *pvUser); 90 90
Note:
See TracChangeset
for help on using the changeset viewer.