Changeset 47206 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- Timestamp:
- Jul 17, 2013 10:17:13 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87319
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/threadctxhooks-r0drv-linux.c
r47199 r47206 45 45 *******************************************************************************/ 46 46 /** 47 * The internal thread-context event.47 * The internal thread-context object. 48 48 */ 49 49 typedef struct RTTHREADCTXINT … … 109 109 * Worker function for RTThreadCtxHooks(Deregister|Destroy)(). 110 110 * 111 * @param pThis Pointer to the internal thread-context struct.111 * @param pThis Pointer to the internal thread-context object. 112 112 */ 113 113 DECLINLINE(void) rtThreadCtxHooksDeregister(PRTTHREADCTXINT pThis) … … 150 150 AssertMsgReturnVoid(pThis->u32Magic == RTTHREADCTXINT_MAGIC, ("pThis->u32Magic=%RX32 pThis=%p\n", pThis->u32Magic, pThis)); 151 151 Assert(pThis->hOwner == RTThreadSelf()); 152 Assert(RTThreadPreemptIsEnabled(NIL_RTTHREAD)); 152 153 153 154 /*
Note:
See TracChangeset
for help on using the changeset viewer.