Changeset 25724 in vbox for trunk/src/VBox/Runtime/r3/win/semmutex-win.cpp
- Timestamp:
- Jan 11, 2010 2:45:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/semmutex-win.cpp
r25721 r25724 174 174 * @param pSrcPos The source position of the caller. 175 175 */ 176 DECL_FORCE_INLINE(int) rtSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, unsignedcMillies, PCRTLOCKVALSRCPOS pSrcPos)176 DECL_FORCE_INLINE(int) rtSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, PCRTLOCKVALSRCPOS pSrcPos) 177 177 { 178 178 /* … … 251 251 252 252 #undef RTSemMutexRequestNoResume 253 RTDECL(int) RTSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, unsignedcMillies)253 RTDECL(int) RTSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies) 254 254 { 255 255 #ifndef RTSEMMUTEX_STRICT … … 262 262 263 263 264 RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, unsignedcMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL)264 RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) 265 265 { 266 266 RTLOCKVALSRCPOS SrcPos = RTLOCKVALSRCPOS_INIT_DEBUG_API();
Note:
See TracChangeset
for help on using the changeset viewer.