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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
atomic_c11.h 6 #define ATOMIC_INIT(...) ATOMIC_VAR_INIT(__VA_ARGS__)
atomic_gcc_atomic.h 6 #define ATOMIC_INIT(...) {__VA_ARGS__}
atomic_gcc_sync.h 4 #define ATOMIC_INIT(...) {__VA_ARGS__}
atomic_msvc.h 4 #define ATOMIC_INIT(...) {__VA_ARGS__}
  /src/external/bsd/jemalloc/include/jemalloc/internal/
atomic_c11.h 6 #define ATOMIC_INIT(...) ATOMIC_VAR_INIT(__VA_ARGS__)
atomic_gcc_atomic.h 6 #define ATOMIC_INIT(...) {__VA_ARGS__}
atomic_gcc_sync.h 4 #define ATOMIC_INIT(...) {__VA_ARGS__}
atomic_msvc.h 4 #define ATOMIC_INIT(...) {__VA_ARGS__}
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
atomic_c11.h 6 #define ATOMIC_INIT(...) ATOMIC_VAR_INIT(__VA_ARGS__)
atomic_gcc_atomic.h 6 #define ATOMIC_INIT(...) {__VA_ARGS__}
atomic_gcc_sync.h 4 #define ATOMIC_INIT(...) {__VA_ARGS__}
atomic_msvc.h 4 #define ATOMIC_INIT(...) {__VA_ARGS__}
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
atomic_c11.h 6 #define ATOMIC_INIT(...) ATOMIC_VAR_INIT(__VA_ARGS__)
atomic_gcc_atomic.h 6 #define ATOMIC_INIT(...) {__VA_ARGS__}
atomic_gcc_sync.h 4 #define ATOMIC_INIT(...) {__VA_ARGS__}
atomic_msvc.h 4 #define ATOMIC_INIT(...) {__VA_ARGS__}
  /src/sys/external/bsd/drm2/include/linux/
atomic.h 65 #define ATOMIC_INIT(i) { .a_u = { .au_int = (i) } }
  /src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.h 76 #define ATOMIC_INIT(v) (v)

Completed in 37 milliseconds