From: Timothy Manning Date: Fri, 7 Jan 2011 00:16:31 +0000 (+1300) Subject: yaffs Added somemore tests to direct/timothy_tests/threading X-Git-Tag: linux-mainline-patchset-4~3^2~1 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=c708692e40afc63484b8bb0ae4ec30f56329264b;ds=sidebyside yaffs Added somemore tests to direct/timothy_tests/threading Signed-off-by: Timothy Manning --- 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); } }