Changeset 57358 in vbox for trunk/src/VBox/Runtime/testcase/tstSemPingPong.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstSemPingPong.cpp
r56290 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include <iprt/semaphore.h> 31 32 #include <iprt/string.h> … … 35 36 #include <iprt/asm.h> 36 37 37 /******************************************************************************* 38 * Defined Constants And Macros * 39 *******************************************************************************/ 38 39 /********************************************************************************************************************************* 40 * Defined Constants And Macros * 41 *********************************************************************************************************************************/ 40 42 #define TSTSEMPINGPONG_ITERATIONS 1000000 41 43 42 44 43 /******************************************************************************* 44 * Global Variables *45 ******************************************************************************* /45 /********************************************************************************************************************************* 46 * Global Variables * 47 *********************************************************************************************************************************/ 46 48 static volatile uint32_t g_cErrors = 0; 47 49
Note:
See TracChangeset
for help on using the changeset viewer.