HomeSort by: relevance | last modified time | path
    Searched refs:caa_cpu_relax (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_cycles_per_loop.c 17 caa_cpu_relax();
test_looplen.c 33 caa_cpu_relax();
test_mutex.c 53 caa_cpu_relax();
test_perthreadlock.c 57 caa_cpu_relax();
test_rwlock.c 57 caa_cpu_relax();
test_urcu.c 48 caa_cpu_relax();
test_urcu_assign.c 52 caa_cpu_relax();
test_urcu_bp.c 48 caa_cpu_relax();
test_urcu_defer.c 53 caa_cpu_relax();
test_urcu_gc.c 62 caa_cpu_relax();
test_urcu_hash.h 142 caa_cpu_relax();
test_urcu_lfq.c 46 caa_cpu_relax();
test_urcu_lfs_rcu.c 50 caa_cpu_relax();
test_urcu_qsbr.c 48 caa_cpu_relax();
test_urcu_wfq.c 50 caa_cpu_relax();
test_urcu_lfs.c 58 caa_cpu_relax();
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/arch/
aarch64.h 50 #define caa_cpu_relax() __asm__ __volatile__ ("yield" : : : "memory") macro
generic.h 188 #ifndef caa_cpu_relax
189 #define caa_cpu_relax() cmm_barrier() macro
x86.h 73 #define caa_cpu_relax() __asm__ __volatile__ ("rep; nop" : : : "memory") macro
  /src/external/lgpl2/userspace-rcu/dist/src/
urcu-wait.h 141 caa_cpu_relax();
180 caa_cpu_relax();
urcu.c 292 caa_cpu_relax();
325 caa_cpu_relax();
urcu-qsbr.c 209 caa_cpu_relax();
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
wfqueue.h 97 caa_cpu_relax();
wfstack.h 168 caa_cpu_relax();
wfcqueue.h 251 caa_cpu_relax();

Completed in 38 milliseconds

1 2