- Timestamp:
- Feb 25, 2010 4:31:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/poll-posix.cpp
r26801 r26805 474 474 * Set the busy flag and do the job. 475 475 */ 476 AssertReturn(ASMAtomicCmpXchgBool(&pThis->fBusy, true, false), VERR_WRONG_ORDER);476 AssertReturn(ASMAtomicCmpXchgBool(&pThis->fBusy, true, false), UINT32_MAX); 477 477 uint32_t cHandles = pThis->cHandles; 478 478 ASMAtomicWriteBool(&pThis->fBusy, false);
Note:
See TracChangeset
for help on using the changeset viewer.