VirtualBox

Ignore:
Timestamp:
Jan 6, 2010 1:19:02 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56376
Message:

semevent*-posix.cpp: VERR_TIMEOUT when cMillies==0, not VERR_SEM_BUSY.

File:
1 edited

Legend:

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

    r25638 r25661  
    417417                ASMAtomicDecU32(&pThis->cWaiters);
    418418                rc = pthread_mutex_unlock(&pThis->Mutex);
    419                 return VERR_SEM_BUSY;
     419                return VERR_TIMEOUT;
    420420            }
    421421
Note: See TracChangeset for help on using the changeset viewer.

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