Searched defs:atomic_t (Results 1 - 4 of 4) sorted by relevance
/development/ndk/platforms/android-3/arch-arm/include/asm/ | ||
H A D | atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon19 |
/development/ndk/platforms/android-9/arch-x86/include/asm/ | ||
H A D | atomic_32.h | 25 typedef struct { int counter; } atomic_t; typedef in typeref:struct:__anon514 |
/development/ndk/platforms/android-9/arch-x86_64/include/asm/ | ||
H A D | atomic_32.h | 25 typedef struct { int counter; } atomic_t; typedef in typeref:struct:__anon585 |
/development/ndk/platforms/android-9/arch-mips/include/asm/ | ||
H A D | atomic.h | 27 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon397 |
Completed in 69 milliseconds