VirtualBox

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


Ignore:
Timestamp:
Jun 16, 2012 2:44:06 PM (13 years ago)
Author:
vboxsync
Message:

bugref..

Location:
trunk/src/VBox/Runtime
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/timerlr-generic.cpp

    r40320 r41774  
    319319                 * If we're more than 60 intervals behind, just skip ahead. We
    320320                 * don't want the timer thread running wild just because the
    321                  * clock changed in an unexpected way. As seen in #3611 this
     321                 * clock changed in an unexpected way. As seen in @bugref{3611} this
    322322                 * does happen during suspend/resume, but it may also happen
    323323                 * if we're using a non-monotonic clock as time source.
  • trunk/src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h

    r40966 r41774  
    445445 *
    446446 * The unpinning is done to prevent a deadlock, see s this could lead to a
    447  * deadlock (see #4259 for the full explanation)
     447 * deadlock (see @bugref{4259} for the full explanation)
    448448 *
    449449 * @param   pMtx            The mutex to enter.
  • trunk/src/VBox/Runtime/r3/darwin/mp-darwin.cpp

    r39083 r41774  
    9191    return RTMpIsCpuPossible(idCpu);
    9292#else
    93     /** @todo proper ring-3 support on darwin, see #3014. */
     93    /** @todo proper ring-3 support on darwin, see @bugref{3014}. */
    9494    natural_t nCpus;
    9595    processor_basic_info_t pinfo;
  • trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp

    r37211 r41774  
    3232 * glibc 2.6 fixed a serious bug in the mutex implementation. We wrote this
    3333 * linux specific event semaphores code in order to work around the bug. As it
    34  * turns out, this code seems to have an unresolved issue (#2599), so we'll
     34 * turns out, this code seems to have an unresolved issue (@bugref{2599}), so we'll
    3535 * fall back on the pthread based implementation if glibc is known to contain
    3636 * the bug fix.
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