- Timestamp:
- Sep 19, 2018 3:09:27 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/critsect.h
r69105 r74373 247 247 * @remark See RTCritSectEnterMultiple(). 248 248 */ 249 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RT UINTPTR uId, RT_SRC_POS_DECL);249 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTHCUINTPTR uId, RT_SRC_POS_DECL); 250 250 251 251 # endif /* IN_RING3 */ -
trunk/src/VBox/Runtime/generic/critsect-generic.cpp
r74371 r74373 513 513 514 514 515 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RT UINTPTR uId, RT_SRC_POS_DECL)515 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTHCUINTPTR uId, RT_SRC_POS_DECL) 516 516 { 517 517 RTLOCKVALSRCPOS SrcPos = RTLOCKVALSRCPOS_INIT_DEBUG_API();
Note:
See TracChangeset
for help on using the changeset viewer.