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/freebsd/SUPDrv-freebsd.c

    r7206 r7272  
    531531}
    532532
    533 /**
    534  * Executes a callback handler on a specific cpu or all cpus
    535  *
    536  * @returns IPRT status code.
    537  * @param   pSession    The session.
    538  * @param   pfnCallback Callback handler
    539  * @param   pvUser      The first user argument.
    540  * @param   uCpu        Cpu id or SUPDRVEXECCALLBACK_CPU_ALL for all cpus
    541  */
    542 int  VBOXCALL   supdrvOSExecuteCallback(PSUPDRVSESSION pSession, PFNSUPDRVEXECCALLBACK pfnCallback, void *pvUser, unsigned uCpu)
    543 {
    544     NOREF(pSession);
    545     NOREF(pfnCallback);
    546     NOREF(pvUser);
    547     NOREF(uCpu);
    548     /** @todo */
    549     return VERR_NOT_IMPLEMENTED;
    550 }
    551533
    552534SUPR0DECL(int) SUPR0Printf(const char *pszFormat, ...)
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