Changeset 15837 in vbox for trunk/include/iprt
- Timestamp:
- Jan 7, 2009 3:50:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mp.h
r12104 r15837 307 307 RTDECL(int) RTMpNotificationDeregister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser); 308 308 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 */ 316 RTDECL(bool) RTMpIsCpuWorkPending(); 317 309 318 #endif /* IN_RING0 */ 310 319
Note:
See TracChangeset
for help on using the changeset viewer.