track 3.7.6.2

This commit is contained in:
Stephen Lombardo
2011-05-05 22:37:34 -04:00
parent fc5fc812f6
commit 7cffc8807d
177 changed files with 21128 additions and 2529 deletions
+5 -1
View File
@@ -1394,6 +1394,7 @@ static void dynamic_triggers(int nMs){
print_and_free_err(&err);
}
#include "tt3_checkpoint.c"
int main(int argc, char **argv){
struct ThreadTest {
@@ -1408,8 +1409,11 @@ int main(int argc, char **argv){
{ walthread5, "walthread5", 1000 },
{ walthread5, "walthread5", 1000 },
{ cgt_pager_1, "cgt_pager_1", 0 },
{ cgt_pager_1, "cgt_pager_1", 0 },
{ dynamic_triggers, "dynamic_triggers", 20000 },
{ checkpoint_starvation_1, "checkpoint_starvation_1", 10000 },
{ checkpoint_starvation_2, "checkpoint_starvation_2", 10000 },
};
int i;