OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:caa_cpu_relax
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl2/userspace-rcu/dist/include/urcu/arch/
aarch64.h
50
#define
caa_cpu_relax
() __asm__ __volatile__ ("yield" : : : "memory")
macro
x86.h
73
#define
caa_cpu_relax
() __asm__ __volatile__ ("rep; nop" : : : "memory")
macro
generic.h
188
#ifndef
caa_cpu_relax
189
#define
caa_cpu_relax
() cmm_barrier()
macro
Completed in 68 milliseconds
Indexes created Sat Aug 22 00:26:31 UTC 2026