Changeset 1809 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Mar 29, 2007 5:28:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp
r1807 r1809 495 495 RTThreadUserReset(pTimer->Thread); 496 496 ASMAtomicXchgU8(&pTimer->fSuspended, true); 497 if (RTThreadSelf() != pTimer->T imer)497 if (RTThreadSelf() != pTimer->Thread) 498 498 { 499 499 #ifndef __OS2__
Note:
See TracChangeset
for help on using the changeset viewer.