TD3 II.3+4 stress test our implementation
This commit is contained in:
parent
dcb11cf311
commit
4a67b57492
12 changed files with 95 additions and 13 deletions
|
@ -91,7 +91,11 @@ void do_ThreadExit(){
|
|||
delete currentThread->space;
|
||||
currentThread->space = NULL;
|
||||
}
|
||||
|
||||
DEBUG('x', "Thread killed!\n");
|
||||
currentThread->Finish();
|
||||
|
||||
DEBUG('x', "Thread killed!\n");
|
||||
}
|
||||
|
||||
void StartUserProc( void * args ){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue