X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fbenchmark%2Ftest_rwlock_timing.c;h=a7d035ea5c92ddcca2046939db56ce36bce688ee;hb=61c3fb603104bda9e67c0690c1964e61a770d045;hp=bc51c45c3573a6b9611673048a2cefacaacce629;hpb=89a6a9ce587a0b6e5570ab07fb4c680fe24a77ad;p=urcu.git diff --git a/tests/benchmark/test_rwlock_timing.c b/tests/benchmark/test_rwlock_timing.c index bc51c45..a7d035e 100644 --- a/tests/benchmark/test_rwlock_timing.c +++ b/tests/benchmark/test_rwlock_timing.c @@ -67,9 +67,11 @@ static int num_write; static caa_cycles_t __attribute__((aligned(CAA_CACHE_LINE_SIZE))) *reader_time; static caa_cycles_t __attribute__((aligned(CAA_CACHE_LINE_SIZE))) *writer_time; +static void *thr_reader(void *arg) { - int i, j, ret; + unsigned int i, j; + int ret; caa_cycles_t time1, time2; printf("thread_begin %s, tid %lu\n", @@ -105,9 +107,11 @@ void *thr_reader(void *arg) } +static void *thr_writer(void *arg) { - int i, j, ret; + unsigned int i, j; + int ret; caa_cycles_t time1, time2; printf("thread_begin %s, tid %lu\n",