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

  /src/sys/external/bsd/drm2/include/linux/
atomic.h 437 struct atomic_long { struct
441 typedef struct atomic_long atomic_long_t;
444 atomic_long_read(struct atomic_long *a)
451 atomic_long_set(struct atomic_long *a, long v)
458 atomic_long_add_unless(struct atomic_long *a, long addend, long zero)
475 atomic_long_inc_not_zero(struct atomic_long *a)
482 atomic_long_xchg(struct atomic_long *a, long new)
494 atomic_long_cmpxchg(struct atomic_long *a, long expect, long new)
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
stdatomic.h 95 typedef long atomic_long; typedef
  /src/external/mpl/dhcp/bind/include/isc/
stdatomic.h 93 typedef long atomic_long; typedef
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdatomic.h 85 typedef _Atomic(long) atomic_long; typedef
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdatomic.h 48 typedef _Atomic long atomic_long; typedef
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdatomic.h 48 typedef _Atomic long atomic_long; typedef

Completed in 27 milliseconds