Changeset 25661 in vbox for trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp
- Timestamp:
- Jan 6, 2010 1:19:02 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56376
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp
r25638 r25661 417 417 ASMAtomicDecU32(&pThis->cWaiters); 418 418 rc = pthread_mutex_unlock(&pThis->Mutex); 419 return VERR_ SEM_BUSY;419 return VERR_TIMEOUT; 420 420 } 421 421
Note:
See TracChangeset
for help on using the changeset viewer.