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

  /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
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_fence.c 181 prev = p_atomic_cmpxchg(&vfence->signalled, old, old | vflags);
225 prev = p_atomic_cmpxchg(&vfence->signalled, old, old | vflags);

Completed in 730 milliseconds