Changeset 54248 in vbox
- Timestamp:
- Feb 17, 2015 5:02:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c
r54238 r54248 447 447 448 448 /* 449 * Invalidate the handle, make sure it's stopped nad free the associated resources.449 * Invalidate the handle, make sure it's stopped and free the associated resources. 450 450 */ 451 451 ASMAtomicWriteU32(&pTimer->u32Magic, ~RTTIMER_MAGIC); … … 470 470 */ 471 471 AssertReturn(!rtTimerSolIsCallingFromTimerProc(pTimer), VERR_INVALID_CONTEXT); 472 473 472 474 473 mutex_enter(&cpu_lock);
Note:
See TracChangeset
for help on using the changeset viewer.