HomeSort by: relevance | last modified time | path
    Searched defs:writer_time (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_perthreadlock_timing.c 54 static caa_cycles_t __attribute__((aligned(CAA_CACHE_LINE_SIZE))) *writer_time; variable
126 writer_time[(unsigned long)arg] += time2 - time1;
153 writer_time = calloc(num_write, sizeof(*writer_time));
190 tot_wtime += writer_time[i];
199 free(writer_time);
test_rwlock_timing.c 54 static caa_cycles_t __attribute__((aligned(CAA_CACHE_LINE_SIZE))) *writer_time; variable
125 writer_time[(unsigned long)arg] += time2 - time1;
158 writer_time = calloc(num_write, sizeof(*writer_time));
190 tot_wtime += writer_time[i];
203 free(writer_time);
test_urcu_qsbr_timing.c 72 static caa_cycles_t __attribute__((aligned(CAA_CACHE_LINE_SIZE))) *writer_time; variable
142 writer_time[(unsigned long)arg] += time2 - time1;
169 writer_time = calloc(num_write, sizeof(*writer_time));
201 tot_wtime += writer_time[i];
210 free(writer_time);
test_urcu_timing.c 73 static caa_cycles_t __attribute__((aligned(CAA_CACHE_LINE_SIZE))) *writer_time; variable
142 writer_time[(unsigned long)arg] += time2 - time1;
169 writer_time = calloc(num_write, sizeof(*writer_time));
201 tot_wtime += writer_time[i];
210 free(writer_time);

Completed in 16 milliseconds