Changeset 36190 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- Timestamp:
- Mar 7, 2011 4:28:50 PM (14 years ago)
- Location:
- trunk/src/VBox/Runtime/r0drv/linux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c
r33269 r36190 29 29 * Header Files * 30 30 *******************************************************************************/ 31 #define RTSEMEVENT_WITHOUT_REMAPPING 31 32 #include "the-linux-kernel.h" 32 33 #include "internal/iprt.h" … … 237 238 238 239 239 #undef RTSemEventWaitEx240 240 RTDECL(int) RTSemEventWaitEx(RTSEMEVENT hEventSem, uint32_t fFlags, uint64_t uTimeout) 241 241 { -
trunk/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c
r35051 r36190 29 29 * Header Files * 30 30 *******************************************************************************/ 31 #define RTSEMEVENTMULTI_WITHOUT_REMAPPING 31 32 #include "the-linux-kernel.h" 32 33 #include "internal/iprt.h" … … 302 303 303 304 304 #undef RTSemEventMultiWaitEx305 305 RTDECL(int) RTSemEventMultiWaitEx(RTSEMEVENTMULTI hEventMultiSem, uint32_t fFlags, uint64_t uTimeout) 306 306 { -
trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c
r34406 r36190 29 29 * Header Files * 30 30 *******************************************************************************/ 31 #define RTSEMMUTEX_WITHOUT_REMAPPING 31 32 #include "the-linux-kernel.h" 32 33 #include "internal/iprt.h" … … 297 298 298 299 299 #undef RTSemMutexRequest300 300 RTDECL(int) RTSemMutexRequest(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies) 301 301 { … … 312 312 313 313 314 #undef RTSemMutexRequestNoResume315 314 RTDECL(int) RTSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies) 316 315 {
Note:
See TracChangeset
for help on using the changeset viewer.