Changeset 28469 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 19, 2010 2:31:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c
r28466 r28469 276 276 * Not a recursion, maybe it's not owned by anyone then? 277 277 */ 278 else if (pThis->pOwnerTask == NULL) 278 else if ( pThis->pOwnerTask == NULL 279 && RTListIsEmpty(&pThis->WaiterList)) 279 280 { 280 281 Assert(pThis->cRecursions == 0);
Note:
See TracChangeset
for help on using the changeset viewer.