Changeset 47907 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 20, 2013 12:54:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/threadctxhooks-r0drv-linux.c
r47734 r47907 75 75 * current thread. 76 76 * 77 * @remarks Called with the rq (runqueue) lock held and with preemption 78 * disabled!77 * @remarks Called with the rq (runqueue) lock held and with preemption and 78 * interrupts disabled! 79 79 */ 80 80 static void rtThreadCtxHooksLnxSchedOut(struct preempt_notifier *pPreemptNotifier, struct task_struct *pNext) … … 105 105 AssertPtr(pThis->pfnThreadCtxHook); 106 106 Assert(pThis->fRegistered); 107 Assert(RTThreadPreemptIsEnabled(NIL_RTTHREAD)); 107 108 108 109 pThis->pfnThreadCtxHook(RTTHREADCTXEVENT_RESUMED, pThis->pvUser);
Note:
See TracChangeset
for help on using the changeset viewer.