From c708692e40afc63484b8bb0ae4ec30f56329264b Mon Sep 17 00:00:00 2001 From: Timothy Manning Date: Fri, 7 Jan 2011 13:16:31 +1300 Subject: [PATCH] yaffs Added somemore tests to direct/timothy_tests/threading Signed-off-by: Timothy Manning --- direct/timothy_tests/threading/threading.c | 1 + 1 file changed, 1 insertion(+) 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); } } -- 2.30.2