Changeset 20440 in vbox
- Timestamp:
- Jun 9, 2009 1:27:05 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48389
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstSemMutex.cpp
r11822 r20440 1 1 /* $Id$ */ 2 2 /** @file 3 * IPRT Testcase - Simple Semaphore Smoke Test.3 * IPRT Testcase - Simple Mutex Semaphore Smoke Test. 4 4 */ 5 5 … … 188 188 uint64_t Delta = RT_ABS((int64_t)(g_au64[i] - Normal)); 189 189 if (Delta > Normal / 2) 190 RTPrintf("tstSemMutex: Warning! Thread %d d iviates by more than 50%% - %llu (it) vs. %llu (avg)\n",190 RTPrintf("tstSemMutex: Warning! Thread %d deviates by more than 50%% - %llu (it) vs. %llu (avg)\n", 191 191 i, g_au64[i], Normal); 192 192 if (Delta > MaxDiviation)
Note:
See TracChangeset
for help on using the changeset viewer.