HomeSort by: relevance | last modified time | path
    Searched refs:atomic_cmpxchg (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
atomic.h 45 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv) macro
64 # define atomic_cmpxchg(x, oldv, newv) AO_compare_and_swap_full(&(x)->atomic, oldv, newv) macro
81 # define atomic_cmpxchg(x, oldv, newv) atomic_cas_uint (&(x)->atomic, oldv, newv) macro
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
atomic.h 45 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv) macro
64 # define atomic_cmpxchg(x, oldv, newv) AO_compare_and_swap_full(&(x)->atomic, oldv, newv) macro
81 # define atomic_cmpxchg(x, oldv, newv) atomic_cas_uint (&(x)->atomic, oldv, newv) macro
  /xsrc/external/mit/libdrm/dist/
xf86atomic.h 52 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv) macro
73 # define atomic_cmpxchg(x, oldv, newv) AO_compare_and_swap_full(&(x)->atomic, oldv, newv) macro
97 # define atomic_cmpxchg(x, oldv, newv) atomic_cas_uint (&(x)->atomic, oldv, newv) macro
109 while (c != unless && (old = atomic_cmpxchg(v, c, c + add)) != c)
  /xsrc/external/mit/xf86-video-intel/dist/
configure 19558 int atomic_cmpxchg(int i, int j, int k) { return __sync_val_compare_and_swap (&i, j, k); }
  /xsrc/external/mit/xf86-video-intel-2014/dist/
configure 18927 int atomic_cmpxchg(int i, int j, int k) { return __sync_val_compare_and_swap (&i, j, k); }

Completed in 44 milliseconds