Changeset 57358 in vbox for trunk/src/VBox/Runtime/testcase/tstRTSemEventMulti.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/testcase/tstRTSemEventMulti.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <iprt/semaphore.h> 32 32 … … 41 41 42 42 43 /******************************************************************************* 44 * Global Variables *45 ******************************************************************************* /43 /********************************************************************************************************************************* 44 * Global Variables * 45 *********************************************************************************************************************************/ 46 46 /** The test handle. */ 47 47 static RTTEST g_hTest;
Note:
See TracChangeset
for help on using the changeset viewer.