VirtualBox

Changeset 7639 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Mar 28, 2008 6:54:28 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29145
Message:

More strictness.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp

    r6747 r7639  
    207207     */
    208208    struct timespec ts;
    209     struct timespec *pTimeout = 0;
     209    struct timespec *pTimeout = NULL;
    210210    if (cMillies != RT_INDEFINITE_WAIT)
    211211    {
     
    280280    int rc = rtSemEventWait(EventSem, cMillies, true);
    281281    Assert(rc != VERR_INTERRUPTED);
     282    Assert(rc != VERR_TIMEOUT || cMillies != RT_INDEFINITE_WAIT);
    282283    return rc;
    283284}
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