diff options
author | rpj <rpj> | 2004-10-08 12:03:18 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-10-08 12:03:18 +0000 |
commit | 9da8fdcb33373b4b2e1de2a8b7af3ed4b5811245 (patch) | |
tree | 1e232efaa8472fbf0d61816995cb4fddc7e9b5ed /tests | |
parent | b0cf9efa6afeb8a7dbddf124dae173a2d633c801 (diff) |
Mutex speedups
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rwlock7.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |