Changeset 28466 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 19, 2010 2:24:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c
r28462 r28466 212 212 Assert(pThis->cRecursions == 0); 213 213 pThis->cRecursions = 1; 214 pThis->pOwnerTask = NULL;214 pThis->pOwnerTask = pSelf; 215 215 rc = VINF_SUCCESS; 216 216 break;
Note:
See TracChangeset
for help on using the changeset viewer.