VirtualBox

Changeset 28551 in vbox


Ignore:
Timestamp:
Apr 21, 2010 9:25:35 AM (15 years ago)
Author:
vboxsync
Message:

Comments and spaces.

File:
1 edited

Legend:

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

    r28533 r28551  
    210210                 * Interrupted by some signal.
    211211                 */
    212                 rc= VERR_INTERRUPTED;
     212                rc = VERR_INTERRUPTED;
    213213            }
    214214        }
     
    276276    }
    277277    /*
    278      * Not a recursion, make sure we don't sneak in when another thread
    279      * is being woken up.
     278     * Not a recursion, claim the unowned mutex if we're there are no waiters.
    280279     */
    281280    else if (   pThis->hOwnerThread == NIL_RTNATIVETHREAD
     
    351350
    352351            /*
    353              * If there are any waiters, signal them.
     352             * If there are any waiters, signal one of them.
    354353             */
    355354            if (pThis->cWaiters > 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