Changeset 47899 in vbox
- Timestamp:
- Aug 20, 2013 12:24:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp
r47572 r47899 103 103 "!tstR0ThreadCtxHook[RTTHREADCTXEVENT_PREEMPTING]: Thread switched! Source=%RTnthrd Current=%RTnthrd.", 104 104 pData->hSourceThread, hCurrentThread); 105 break; 105 106 } 106 107 … … 130 131 RTStrPrintf(pData->achResult, sizeof(pData->achResult), 131 132 "!tstR0ThreadCtxHook[RTTHREADCTXEVENT_RESUMED]: Called before preempting callback was invoked."); 133 break; 132 134 } 133 135 … … 138 140 "!tstR0ThreadCtxHook[RTTHREADCTXEVENT_RESUMED]: Thread switched! Source=%RTnthrd Current=%RTnthrd.", 139 141 pData->hSourceThread, hCurrentThread); 142 break; 140 143 } 141 144
Note:
See TracChangeset
for help on using the changeset viewer.