Changeset 9602 in vbox for trunk/include/iprt
- Timestamp:
- Jun 11, 2008 12:09:31 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31917
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mp.h
r9429 r9602 253 253 RTDECL(int) RTMpNotificationDeregister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser); 254 254 255 /**256 * Initializes the multiprocessor event notifcations.257 *258 * This must be called before calling RTMpNotificationRegister(). This is an259 * 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 this271 * function exactly.272 *273 * @returns IPRT status code.274 * @param pvOS Reserved, pass NULL.275 */276 RTR0DECL(void) RTR0MpNotificationTerm(void *pvOS);277 278 255 #endif /* IN_RING0 */ 279 256
Note:
See TracChangeset
for help on using the changeset viewer.