summaryrefslogtreecommitdiff
path: root/direct
diff options
context:
space:
mode:
authorTimothy Manning <tfhmanning@gmail.com>2011-01-07 13:16:31 +1300
committerTimothy Manning <tfhmanning@gmail.com>2011-01-07 13:16:31 +1300
commitc708692e40afc63484b8bb0ae4ec30f56329264b (patch)
tree236f0e006c5aa40f943f9f848a8cefad369fdc14 /direct
parent2899f1fb283094d96a13bc50fff5c03f2d85cdba (diff)
yaffs Added somemore tests to direct/timothy_tests/threading
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
Diffstat (limited to 'direct')
-rw-r--r--direct/timothy_tests/threading/threading.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/direct/timothy_tests/threading/threading.c b/direct/timothy_tests/threading/threading.c
index 4b65e38..d4f584b 100644
--- a/direct/timothy_tests/threading/threading.c
+++ b/direct/timothy_tests/threading/threading.c
@@ -74,6 +74,7 @@ int main(int argc, char *argv[])
printf("| %d ",get_counter(y));
}
printf("\n");
+ sleep(1);
}
}