HomeSort by relevance Sort by last modified time
    Searched defs:atomic_t (Results 1 - 5 of 5) sorted by null

  /external/linux-kselftest/tools/testing/selftests/futex/include/
atomic.h 27 } atomic_t; typedef in typeref:struct:__anon26877
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/
xf86atomic.h 47 } atomic_t; typedef in typeref:struct:__anon24697
67 } atomic_t; typedef in typeref:struct:__anon24698
91 typedef struct { LIBDRM_ATOMIC_TYPE atomic; } atomic_t; typedef in typeref:struct:__anon24699
108 static inline int atomic_add_unless(atomic_t *v, int add, int unless)
  /external/ltp/testcases/realtime/include/
librttest.h 93 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon28624
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)
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
types.h 104 } atomic_t; typedef in typeref:struct:__anon26886
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
iatomic.h 18 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon62050
24 * @v: pointer of type atomic_t
27 * useful range of an atomic_t is only 24 bits.
33 * @v: pointer of type atomic_t
37 * useful range of an atomic_t is only 24 bits.
44 * @v: pointer of type atomic_t
47 * of an atomic_t is only 24 bits.
49 static __inline__ void atomic_add(int i, atomic_t *v)
60 * @v: pointer of type atomic_t
63 * useful range of an atomic_t is only 24 bits
231 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon62051
393 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon62052
499 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon62053
687 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon62054
927 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon62055
1015 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon62056
1086 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon62057
1111 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon62058
    [all...]

Completed in 95 milliseconds