VirtualBox

Ignore:
Timestamp:
Mar 4, 2008 12:33:43 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28610
Message:

Use MP functions in the runtime.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp

    r7206 r7272  
    640640
    641641/**
    642  * Executes a callback handler on a specific cpu or all cpus
    643  *
    644  * @returns IPRT status code.
    645  * @param   pSession    The session.
    646  * @param   pfnCallback Callback handler
    647  * @param   pvUser      The first user argument.
    648  * @param   uCpu        Cpu id or SUPDRVEXECCALLBACK_CPU_ALL for all cpus
    649  */
    650 int  VBOXCALL   supdrvOSExecuteCallback(PSUPDRVSESSION pSession, PFNSUPDRVEXECCALLBACK pfnCallback, void *pvUser, unsigned uCpu)
    651 {
    652     NOREF(pSession);
    653     NOREF(pfnCallback);
    654     NOREF(pvUser);
    655     NOREF(uCpu);
    656     /** @todo */
    657     return VERR_NOT_IMPLEMENTED;
    658 }
    659 
    660 /**
    661642 * Converts a supdrv error code to a darwin error code.
    662643 *
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