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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_atomic.h 72 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) function
119 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) function
164 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) function
189 #define p_atomic_cmpxchg(_v, old, _new) (*(_v) == old ? *(_v) = (_new) : *(_v)) macro
240 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) function
298 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) function
333 #define p_atomic_cmpxchg(_v, _old, _new) \ macro
  /external/mesa3d/src/gallium/auxiliary/util/
u_atomic.h 72 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) function
119 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) function
164 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) function
189 #define p_atomic_cmpxchg(_v, old, _new) (*(_v) == old ? *(_v) = (_new) : *(_v)) macro
240 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) function
298 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) function
333 #define p_atomic_cmpxchg(_v, _old, _new) \ macro

Completed in 3902 milliseconds