Changeset 25661 in vbox
- Timestamp:
- Jan 6, 2010 1:19:02 AM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/r3/posix
- Files:
-
- 2 edited
-
semevent-posix.cpp (modified) (1 diff)
-
semeventmulti-posix.cpp (modified) (1 diff)
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 -
trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
r25648 r25661 448 448 ASMAtomicDecU32(&pThis->cWaiters); 449 449 rc = pthread_mutex_unlock(&pThis->Mutex); 450 return VERR_ SEM_BUSY;450 return VERR_TIMEOUT; 451 451 } 452 452
Note:
See TracChangeset
for help on using the changeset viewer.

