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

  /src/sys/external/bsd/drm2/include/linux/
atomic.h 296 atomic_cmpxchg(atomic_t *atomic, int expect, int new) function in typeref:typename:int
318 *valuep = atomic_cmpxchg(atomic, expect, new);
  /src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.h 74 #define atomic_cmpxchg(p, oldv, newv) atomic_cas_uint(p, oldv, newv) macro

Completed in 125 milliseconds