X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=test_perthreadlock.c;h=2c95590170dc63fdadcf0b493b88554582fa5aba;hp=0fc45d9e3b82e0ce1fb76046917ebce8174a2d8f;hb=900e541e6604a92bdf268074bb41ec6b6632d4eb;hpb=daddf5b0bf1ec7aeaa56c278cf4c1dd1094c174a diff --git a/test_perthreadlock.c b/test_perthreadlock.c index 0fc45d9..2c95590 100644 --- a/test_perthreadlock.c +++ b/test_perthreadlock.c @@ -285,6 +285,7 @@ int main(int argc, char **argv) printf("running test for %lu seconds, %u readers, %u writers.\n", duration, nr_readers, nr_writers); printf("Writer delay : %u us.\n", wdelay); + printf("Reader duration : %lu loops.\n", rduration); printf("thread %-6s, thread id : %lx, tid %lu\n", "main", pthread_self(), (unsigned long)gettid());