Changeset 19589 in vbox
- Timestamp:
- May 11, 2009 3:19:37 PM (16 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmcritsect.h
r19469 r19589 68 68 VMMDECL(bool) PDMCritSectIsOwnerEx(PCPDMCRITSECT pCritSect, VMCPUID idCpu); 69 69 VMMDECL(bool) PDMCritSectIsInitialized(PCPDMCRITSECT pCritSect); 70 VMMDECL(uint32_t) PDMCritSectGetRecursion(PCPDMCRITSECT pCritSect); 70 71 VMMR3DECL(int) PDMR3CritSectScheduleExitEvent(PPDMCRITSECT pCritSect, RTSEMEVENT EventToSignal); 71 72 VMMR3DECL(int) PDMR3CritSectDelete(PPDMCRITSECT pCritSect); -
trunk/include/iprt/critsect.h
r19568 r19589 287 287 } 288 288 289 #endif /* IN_RING3 */ 289 290 290 291 /** … … 310 311 } 311 312 312 #endif /* IN_RING3 */313 313 /** @} */ 314 314
Note:
See TracChangeset
for help on using the changeset viewer.