VirtualBox

Changeset 15837 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 7, 2009 3:50:58 PM (16 years ago)
Author:
vboxsync
Message:

Added RTMpIsCpuWorkPending stub.

File:
1 edited

Legend:

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

    r12104 r15837  
    307307RTDECL(int) RTMpNotificationDeregister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser);
    308308
     309
     310/**
     311 * Check if there's work (DPCs on Windows) pending on the current CPU
     312 *
     313 * @return true if there's pending work on the current CPU, false otherwise
     314 *
     315 */
     316RTDECL(bool) RTMpIsCpuWorkPending();
     317
    309318#endif /* IN_RING0 */
    310319
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