From 9da8fdcb33373b4b2e1de2a8b7af3ed4b5811245 Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 8 Oct 2004 12:03:18 +0000 Subject: Mutex speedups --- tests/rwlock7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/rwlock7.c b/tests/rwlock7.c index 9c6a5f1..8706d4a 100644 --- a/tests/rwlock7.c +++ b/tests/rwlock7.c @@ -151,7 +151,7 @@ main (int argc, char *argv[]) { assert(pthread_join (threads[count].thread_id, NULL) == 0); thread_updates += threads[count].updates; - printf ("%02d: interval %d, updates %d, reads %d\n", + printf ("\n%02d: interval %d, updates %d, reads %d\n", count, threads[count].interval, threads[count].updates, threads[count].reads); } -- cgit v1.2.3