Changeset 62726 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Jul 30, 2016 12:13:51 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTR0SemMutexDriver.cpp
r62725 r62726 70 70 static DECLCALLBACK(int) tstThreadFn(RTTHREAD hThreadSelf, void *pvUser) 71 71 { 72 RT_NOREF1(hThreadSelf) 72 RT_NOREF1(hThreadSelf); 73 73 uint32_t u32 = (uint32_t)(uintptr_t)pvUser; 74 74 TSTRTR0SEMMUTEX enmDo = (TSTRTR0SEMMUTEX)RT_LOWORD(u32);
Note:
See TracChangeset
for help on using the changeset viewer.