VirtualBox

Changeset 28469 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 19, 2010 2:31:32 PM (15 years ago)
Author:
vboxsync
Message:

semmutex-r0drv-linux.c: fairness fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c

    r28466 r28469  
    276276     * Not a recursion, maybe it's not owned by anyone then?
    277277     */
    278     else if (pThis->pOwnerTask == NULL)
     278    else if (   pThis->pOwnerTask == NULL
     279             && RTListIsEmpty(&pThis->WaiterList))
    279280    {
    280281        Assert(pThis->cRecursions == 0);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette