Home
last modified time | relevance | path

Searched refs:atomic_int (Results 1 - 25 of 41) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dmediacodecdec_common.h40 atomic_int refcount;
41 atomic_int hw_buffer_count;
71 atomic_int serial;
104 atomic_int released;
H A Dvp8.h130 atomic_int thread_mb_pos; // (mb_y << 16) | (mb_x & 0xFFFF)
131 atomic_int wait_mb_pos; // What the current thread is waiting on.
H A Dpthread_frame.c99 atomic_int state;
122 atomic_int debug_threads; ///< Set if the FF_DEBUG_THREADS option is set.
613 atomic_int *progress = f->progress ? (atomic_int*)f->progress->data : NULL; in ff_thread_report_progress()
636 atomic_int *progress = f->progress ? (atomic_int*)f->progress->data : NULL; in ff_thread_await_progress()
1080 atomic_int *progress; in ff_thread_get_ext_buffer()
1085 progress = (atomic_int*)f->progress->data; in ff_thread_get_ext_buffer()
H A Derror_resilience.h65 atomic_int error_count;
H A Dvp9dec.h107 atomic_int *entries;
H A Dframe_thread_encoder.c68 atomic_int exit;
H A Dmmaldec.c61 atomic_int refcount;
91 atomic_int packets_buffered;
/third_party/ffmpeg/libavutil/
H A Dcpu.c52 static atomic_int cpu_flags = ATOMIC_VAR_INIT(-1);
53 static atomic_int cpu_count = ATOMIC_VAR_INIT(-1);
197 static atomic_int printed = ATOMIC_VAR_INIT(0); in av_cpu_count()
/third_party/node/deps/v8/include/cppgc/internal/
H A Datomic-entry-flag.h42 std::atomic_int entries_{0};
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Datomic-entry-flag.h42 std::atomic_int entries_{0};
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-stats.h43 std::atomic_int counts_[Reason::kNumberOfReasons] = {};
/third_party/gn/src/base/
H A Datomic_ref_count.h62 std::atomic_int ref_count_;
/third_party/curl/lib/
H A Deasy_lock.h51 #define curl_simple_lock atomic_int
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DThread.h21 extern std::atomic_int gProcessCleanupRefCount;
H A DThread.cpp19 std::atomic_int gProcessCleanupRefCount(0);
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dstrerror_test.cc59 std::atomic_int counter(0); in TEST()
/third_party/node/src/inspector/
H A Dmain_thread_interface.h67 std::atomic_int next_object_id_ = {1};
/third_party/musl/src/internal/
H A Dstdatomic_impl.h41 typedef _Atomic(int) atomic_int; typedef
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h41 typedef _Atomic(int) atomic_int; typedef
/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h56 typedef int atomic_int; typedef
/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h53 typedef intptr_t atomic_int; typedef
/third_party/ffmpeg/compat/atomics/suncc/
H A Dstdatomic.h53 typedef intptr_t atomic_int; typedef
/third_party/ffmpeg/compat/atomics/pthread/
H A Dstdatomic.h52 typedef intptr_t atomic_int; typedef
/third_party/ffmpeg/compat/atomics/dummy/
H A Dstdatomic.h55 typedef intptr_t atomic_int; typedef
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_common.h180 atomic_int count;

Completed in 12 milliseconds

12