VirtualBox

Changeset 54512 in vbox for trunk/include


Ignore:
Timestamp:
Feb 25, 2015 7:06:07 PM (10 years ago)
Author:
vboxsync
Message:

RTTimerDestroy() is off limits from the timer callback on windows too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/timer.h

    r54208 r54512  
    145145 *
    146146 * @returns iprt status code.
     147 * @retval  VERR_WRONG_CONTEXT if executing at the wrong IRQL (windows), PIL
     148 *          (solaris), or similar.  Portable code does not destroy timers with
     149 *          preemption (or interrupts) disabled.
    147150 * @param   pTimer      Timer to stop and destroy. NULL is ok.
    148151 */
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