Changeset 28479 in vbox for trunk/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c
- Timestamp:
- Apr 19, 2010 4:12:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c
r28476 r28479 71 71 { 72 72 pThis->u32Magic = RTSEMMUTEX_MAGIC; 73 sx_init (&pThis->SxLock, "IPRT Mutex Semaphore");73 sx_init_flags(&pThis->SxLock, "IPRT Mutex Semaphore", SX_LOCK_RECURSED); 74 74 75 75 *phMutexSem = pThis;
Note:
See TracChangeset
for help on using the changeset viewer.