Changeset 25636 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Jan 4, 2010 3:38:55 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56335
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
r14318 r25636 413 413 if (pThis->u32State == EVENTMULTI_STATE_SIGNALED) 414 414 { 415 ASMAtomicXchgU32(&pThis->u32State, EVENTMULTI_STATE_NOT_SIGNALED);416 415 ASMAtomicDecU32(&pThis->cWaiters); 417 416 rc = pthread_mutex_unlock(&pThis->Mutex);
Note:
See TracChangeset
for help on using the changeset viewer.