OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smp_rmb
(Results
1 - 25
of
30
) sorted by null
1
2
/development/ndk/platforms/android-9/arch-x86/include/asm/
system_32.h
34
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
system_32.h
26
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
system_32.h
26
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
system_32.h
26
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
system_32.h
26
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
system_32.h
26
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
system_32.h
34
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
system_32.h
34
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
system_32.h
34
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
system_32.h
34
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
system_32.h
34
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
system_32.h
34
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
system_32.h
34
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
system_32.h
34
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
system_32.h
34
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
system_32.h
34
#define
smp_rmb
() barrier()
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
system_32.h
34
#define
smp_rmb
() barrier()
macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
barrier.h
40
#define
smp_rmb
() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory")
macro
/external/qemu/include/qemu/
atomic.h
54
#define
smp_rmb
() barrier()
macro
80
#define
smp_rmb
() ({ asm volatile("lwsync" ::: "memory"); (void)0; })
macro
82
#define
smp_rmb
() ({ asm volatile("sync" ::: "memory"); (void)0; })
macro
94
* be overkill for smp_wmb() and
smp_rmb
().
108
#ifndef
smp_rmb
110
#define
smp_rmb
() __atomic_thread_fence(__ATOMIC_ACQUIRE)
macro
112
#define
smp_rmb
() __sync_synchronize()
macro
157
smp_rmb
(); \
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
barrier.h
40
#define
smp_rmb
() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory")
macro
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
barrier.h
40
#define
smp_rmb
() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory")
macro
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
barrier.h
40
#define
smp_rmb
() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory")
macro
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
barrier.h
40
#define
smp_rmb
() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory")
macro
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
barrier.h
40
#define
smp_rmb
() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory")
macro
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
barrier.h
40
#define
smp_rmb
() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory")
macro
Completed in 423 milliseconds
1
2