Changeset 28499 in vbox
- Timestamp:
- Apr 19, 2010 9:03:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c
r28497 r28499 71 71 { 72 72 pThis->u32Magic = RTSEMMUTEX_MAGIC; 73 sx_init_flags(&pThis->SxLock, "IPRT Mutex Semaphore", SX_ LOCK_RECURSED);73 sx_init_flags(&pThis->SxLock, "IPRT Mutex Semaphore", SX_RECURSE); 74 74 75 75 *phMutexSem = pThis;
Note:
See TracChangeset
for help on using the changeset viewer.