VirtualBox

Changeset 9602 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jun 11, 2008 12:09:31 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31917
Message:

Changed RTR0MpNotificationInit/Term to rtR0MpNotificationInit/Term and dropped the unused pvOS argument. They are now IPRT internal and called by RTR0Init/Term.

File:
1 edited

Legend:

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

    r9429 r9602  
    253253RTDECL(int) RTMpNotificationDeregister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser);
    254254
    255 /**
    256  * Initializes the multiprocessor event notifcations.
    257  *
    258  * This must be called before calling RTMpNotificationRegister(). This is an
    259  * inconvenice caused Visual C++ not implmenting weak externals.
    260  *
    261  * @returns IPRT status code.
    262  * @param   pvOS            Reserved, pass NULL.
    263  */
    264 RTR0DECL(int) RTR0MpNotificationInit(void *pvOS);
    265 
    266 
    267 /**
    268  * Terminates the multiprocessor event notifcations.
    269  *
    270  * The number of RTR0MpNotificationInit calls must match the calls to this
    271  * function exactly.
    272  *
    273  * @returns IPRT status code.
    274  * @param   pvOS            Reserved, pass NULL.
    275  */
    276 RTR0DECL(void) RTR0MpNotificationTerm(void *pvOS);
    277 
    278255#endif /* IN_RING0 */
    279256
Note: See TracChangeset for help on using the changeset viewer.

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