Home
last modified time | relevance | path

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

/bionic/libc/kernel/arch-arm/asm/
Datomic.h17 typedef struct { volatile int counter; } atomic_t; typedef
/bionic/libc/kernel/arch-x86/asm/
Datomic_32.h19 typedef struct { int counter; } atomic_t; typedef
/bionic/libc/kernel/arch-sh/asm/
Datomic.h15 typedef struct { volatile int counter; } atomic_t; typedef