Changeset 25688 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jan 8, 2010 10:35:40 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56418
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp
r25685 r25688 295 295 { 296 296 int rc9 = RTLockValidatorRecSharedCheckBlocking(&pThis->Signallers, hThreadSelf, pSrcPos, false, 297 cMillie , RTTHREADSTATE_EVENT_MULTI, true);297 cMillies, RTTHREADSTATE_EVENT_MULTI, true); 298 298 if (RT_FAILURE(rc9)) 299 299 return rc9;
Note:
See TracChangeset
for help on using the changeset viewer.