Changeset 36190 in vbox for trunk/src/VBox/Runtime/r0drv/freebsd
- Timestamp:
- Mar 7, 2011 4:28:50 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70394
- Location:
- trunk/src/VBox/Runtime/r0drv/freebsd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c
r33376 r36190 32 32 * Header Files * 33 33 *******************************************************************************/ 34 #define RTSEMEVENT_WITHOUT_REMAPPING 34 35 #include "the-freebsd-kernel.h" 35 36 #include "internal/iprt.h" … … 227 228 228 229 229 #undef RTSemEventWaitEx230 230 RTDECL(int) RTSemEventWaitEx(RTSEMEVENT hEventSem, uint32_t fFlags, uint64_t uTimeout) 231 231 { -
trunk/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c
r33376 r36190 32 32 * Header Files * 33 33 *******************************************************************************/ 34 #define RTSEMEVENTMULTI_WITHOUT_REMAPPING 34 35 #include "the-freebsd-kernel.h" 35 36 #include "internal/iprt.h" … … 289 290 290 291 291 #undef RTSemEventMultiWaitEx292 292 RTDECL(int) RTSemEventMultiWaitEx(RTSEMEVENTMULTI hEventMultiSem, uint32_t fFlags, uint64_t uTimeout) 293 293 { -
trunk/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c
r28800 r36190 29 29 * Header Files * 30 30 *******************************************************************************/ 31 #define RTSEMMUTEX_WITHOUT_REMAPPING 31 32 #include "the-freebsd-kernel.h" 32 33 #include "internal/iprt.h" … … 93 94 94 95 95 #undef RTSemMutexRequest96 96 RTDECL(int) RTSemMutexRequest(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies) 97 97 { … … 144 144 145 145 146 #undef RTSemMutexRequestNoResume147 146 RTDECL(int) RTSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies) 148 147 {
Note:
See TracChangeset
for help on using the changeset viewer.