Home
last modified time | relevance | path

Searched defs:ATOMIC_FLAG_INIT (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h29 #define ATOMIC_FLAG_INIT 0 macro
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h29 #define ATOMIC_FLAG_INIT 0 macro
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h30 #define ATOMIC_FLAG_INIT 0 macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h27 #define ATOMIC_FLAG_INIT 0 macro
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h27 #define ATOMIC_FLAG_INIT 0 macro
/third_party/elfutils/lib/
Dstdatomic-fbsd.h409 #define ATOMIC_FLAG_INIT { ATOMIC_VAR_INIT(0) } macro