HomeSort by: relevance | last modified time | path
    Searched refs:caa_get_cycles (Results 1 - 12 of 12) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_cycles_per_loop.c 24 time1 = caa_get_cycles();
26 time2 = caa_get_cycles();
test_looplen.c 47 time1 = caa_get_cycles();
49 time2 = caa_get_cycles();
test_perthreadlock_timing.c 68 time1 = caa_get_cycles();
84 time2 = caa_get_cycles();
109 time1 = caa_get_cycles();
125 time2 = caa_get_cycles();
test_rwlock_timing.c 67 time1 = caa_get_cycles();
85 time2 = caa_get_cycles();
109 time1 = caa_get_cycles();
124 time2 = caa_get_cycles();
test_urcu_qsbr_timing.c 87 time1 = caa_get_cycles();
99 time2 = caa_get_cycles();
125 time1 = caa_get_cycles();
141 time2 = caa_get_cycles();
test_urcu_timing.c 88 time1 = caa_get_cycles();
99 time2 = caa_get_cycles();
125 time1 = caa_get_cycles();
141 time2 = caa_get_cycles();
  /src/external/lgpl2/userspace-rcu/dist/tests/unit/
test_arch.c 14 * This is only to make sure the static inline caa_get_cycles() in the public
22 cycles = caa_get_cycles();
24 ok(cycles != 0, "caa_get_cycles works");
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/arch/
hppa.h 34 static inline caa_cycles_t caa_get_cycles(void) function
s390.h 33 static inline caa_cycles_t caa_get_cycles (void) function
ppc.h 102 static inline caa_cycles_t caa_get_cycles(void) function
107 static inline caa_cycles_t caa_get_cycles(void) function
generic.h 205 static inline caa_cycles_t caa_get_cycles (void) function
227 static inline caa_cycles_t caa_get_cycles (void) function
238 #error caa_get_cycles() not implemented for this platform.
x86.h 87 static inline caa_cycles_t caa_get_cycles(void) function

Completed in 43 milliseconds