Changeset 56402 in vbox for trunk/include/iprt
- Timestamp:
- Jun 13, 2015 2:58:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/critsect.h
r56291 r56402 211 211 RTDECL(int) RTCritSectTryEnterDebug(PRTCRITSECT pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL); 212 212 213 # ifdef IN_RING3 /* Crazy APIs: ring-3 only. */213 # ifdef IN_RING3 /* Crazy APIs: ring-3 only. */ 214 214 215 215 /** … … 252 252 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTUINTPTR uId, RT_SRC_POS_DECL); 253 253 254 # endif /* IN_RING3 */254 # endif /* IN_RING3 */ 255 255 256 256 /**
Note:
See TracChangeset
for help on using the changeset viewer.