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
|
@ -14,11 +14,11 @@ void f(int c) {
|
|||
|
||||
int main(){
|
||||
int i;
|
||||
for (i=65; i < 98; i++){
|
||||
for (i=90; i < 98; i++){
|
||||
ThreadCreate(f, i);
|
||||
}
|
||||
// PutString("end of main()\n");
|
||||
ThreadExit();
|
||||
//ThreadExit();
|
||||
//return 0;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue