OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__sync
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
barrier.h
24
#define
__sync
() do { } while(0)
macro
26
#define fast_wmb()
__sync
()
27
#define fast_rmb()
__sync
()
29
#define fast_mb()
__sync
()
30
#define fast_iob() do {
__sync
(); __fast_iob(); } while (0)
/development/ndk/platforms/android-9/arch-mips/include/asm/
barrier.h
24
#define
__sync
() do { } while(0)
macro
26
#define fast_wmb()
__sync
()
27
#define fast_rmb()
__sync
()
29
#define fast_mb()
__sync
()
30
#define fast_iob() do {
__sync
(); __fast_iob(); } while (0)
/external/kernel-headers/original/asm-mips/
barrier.h
67
#define
__sync
() \
macro
78
#define
__sync
() do { } while(0)
macro
92
#define fast_wmb()
__sync
()
93
#define fast_rmb()
__sync
()
94
#define fast_mb()
__sync
()
110
__sync
(); \
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
barrier.h
24
#define
__sync
() do { } while(0)
macro
26
#define fast_wmb()
__sync
()
27
#define fast_rmb()
__sync
()
29
#define fast_mb()
__sync
()
30
#define fast_iob() do {
__sync
(); __fast_iob(); } while (0)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
barrier.h
24
#define
__sync
() do { } while(0)
macro
26
#define fast_wmb()
__sync
()
27
#define fast_rmb()
__sync
()
29
#define fast_mb()
__sync
()
30
#define fast_iob() do {
__sync
(); __fast_iob(); } while (0)
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
barrier.h
24
#define
__sync
() do { } while(0)
macro
26
#define fast_wmb()
__sync
()
27
#define fast_rmb()
__sync
()
29
#define fast_mb()
__sync
()
30
#define fast_iob() do {
__sync
(); __fast_iob(); } while (0)
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
barrier.h
24
#define
__sync
() do { } while(0)
macro
26
#define fast_wmb()
__sync
()
27
#define fast_rmb()
__sync
()
29
#define fast_mb()
__sync
()
30
#define fast_iob() do {
__sync
(); __fast_iob(); } while (0)
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
barrier.h
24
#define
__sync
() do { } while(0)
macro
26
#define fast_wmb()
__sync
()
27
#define fast_rmb()
__sync
()
29
#define fast_mb()
__sync
()
30
#define fast_iob() do {
__sync
(); __fast_iob(); } while (0)
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h
36
*
__sync
- Synchronize
195
*
__sync
- Synchronize
197
* void
__sync
(void);
199
#define
__sync
() __asm__ volatile ("sync")
macro
Completed in 45 milliseconds