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

/external/linux-kselftest/tools/testing/selftests/futex/include/
H A Datomic.h27 } atomic_t; typedef in typeref:struct:__anon13532
40 atomic_cmpxchg(atomic_t *addr, int oldval, int newval)
52 atomic_inc(atomic_t *addr)
64 atomic_dec(atomic_t *addr)
72 * @newval: New value for the atomic_t
77 atomic_set(atomic_t *addr, int newval)
/external/libdrm/
H A Dxf86atomic.h47 } atomic_t; typedef in typeref:struct:__anon11346
67 } atomic_t; typedef in typeref:struct:__anon11347
91 typedef struct { LIBDRM_ATOMIC_TYPE atomic; } atomic_t; typedef in typeref:struct:__anon11348
108 static inline int atomic_add_unless(atomic_t *v, int add, int unless)
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
H A Dtypes.h104 } atomic_t; typedef in typeref:struct:__anon13541
/external/ltp/testcases/realtime/include/
H A Dlibrttest.h93 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon15279
113 * v: pointer of type atomic_t
115 static inline int atomic_add(int i, atomic_t *v)
128 static inline int atomic_inc(atomic_t *v)
136 static inline int atomic_get(atomic_t *v)
144 static inline void atomic_set(int i, atomic_t *v)

Completed in 486 milliseconds