VirtualBox

Changeset 1810 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Mar 29, 2007 5:29:28 PM (18 years ago)
Author:
vboxsync
Message:

oops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp

    r1809 r1810  
    495495    RTThreadUserReset(pTimer->Thread);
    496496    ASMAtomicXchgU8(&pTimer->fSuspended, true);
     497    int rc = VINF_SUCCESS;
    497498    if (RTThreadSelf() != pTimer->Thread)
    498499    {
     
    500501        pthread_kill((pthread_t)RTThreadGetNative(pTimer->Thread), SIGALRM);
    501502#endif
    502         int rc = RTThreadUserWait(pTimer->Thread, 45*1000);
     503        rc = RTThreadUserWait(pTimer->Thread, 45*1000);
    503504        AssertRC(rc);
    504505        RTThreadUserReset(pTimer->Thread);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette