Searched defs:atomic_t (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/kernel/arch-arm/asm/
H A Datomic.h17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon73
/bionic/libc/kernel/arch-sh/asm/
H A Datomic.h15 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon79
17 #define ATOMIC_INIT(i) ( (atomic_t) { (i) } )
/bionic/libc/kernel/arch-x86/asm/
H A Datomic_32.h19 typedef struct { int counter; } atomic_t; typedef in typeref:struct:__anon146

Completed in 127 milliseconds