yaffs Added somemore tests to direct/timothy_tests/threading
authorTimothy Manning <tfhmanning@gmail.com>
Fri, 7 Jan 2011 00:16:31 +0000 (13:16 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Fri, 7 Jan 2011 00:16:31 +0000 (13:16 +1300)
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
direct/timothy_tests/threading/threading.c

index 4b65e388eaefdb53b89258d75ccbc7fa50497213..d4f584b62a3fe68fc3cfb177cb3278a70fe66398 100644 (file)
@@ -74,6 +74,7 @@ int main(int argc, char *argv[])
                        printf("| %d ",get_counter(y));
                }
                printf("\n");
+               sleep(1);
        }
 
 }