Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:atomic_int
(Results
1 - 25
of
41
) sorted by relevance
1
2
/third_party/ffmpeg/libavcodec/
H
A
D
mediacodecdec_common.h
40
atomic_int
refcount;
41
atomic_int
hw_buffer_count;
71
atomic_int
serial;
104
atomic_int
released;
H
A
D
vp8.h
130
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
D
pthread_frame.c
99
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
D
error_resilience.h
65
atomic_int
error_count;
H
A
D
vp9dec.h
107
atomic_int
*entries;
H
A
D
frame_thread_encoder.c
68
atomic_int
exit;
H
A
D
mmaldec.c
61
atomic_int
refcount;
91
atomic_int
packets_buffered;
/third_party/ffmpeg/libavutil/
H
A
D
cpu.c
52
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
D
atomic-entry-flag.h
42
std::
atomic_int
entries_{0};
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H
A
D
atomic-entry-flag.h
42
std::
atomic_int
entries_{0};
/third_party/node/deps/v8/src/profiler/
H
A
D
profiler-stats.h
43
std::
atomic_int
counts_[Reason::kNumberOfReasons] = {};
/third_party/gn/src/base/
H
A
D
atomic_ref_count.h
62
std::
atomic_int
ref_count_;
/third_party/curl/lib/
H
A
D
easy_lock.h
51
#define curl_simple_lock
atomic_int
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
Thread.h
21
extern std::
atomic_int
gProcessCleanupRefCount;
H
A
D
Thread.cpp
19
std::
atomic_int
gProcessCleanupRefCount(0);
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H
A
D
strerror_test.cc
59
std::
atomic_int
counter(0);
in TEST()
/third_party/node/src/inspector/
H
A
D
main_thread_interface.h
67
std::
atomic_int
next_object_id_ = {1};
/third_party/musl/src/internal/
H
A
D
stdatomic_impl.h
41
typedef _Atomic(int)
atomic_int
;
typedef
/third_party/musl/porting/linux/user/src/internal/
H
A
D
stdatomic_impl.h
41
typedef _Atomic(int)
atomic_int
;
typedef
/third_party/ffmpeg/compat/atomics/gcc/
H
A
D
stdatomic.h
56
typedef int
atomic_int
;
typedef
/third_party/ffmpeg/compat/atomics/win32/
H
A
D
stdatomic.h
53
typedef intptr_t
atomic_int
;
typedef
/third_party/ffmpeg/compat/atomics/suncc/
H
A
D
stdatomic.h
53
typedef intptr_t
atomic_int
;
typedef
/third_party/ffmpeg/compat/atomics/pthread/
H
A
D
stdatomic.h
52
typedef intptr_t
atomic_int
;
typedef
/third_party/ffmpeg/compat/atomics/dummy/
H
A
D
stdatomic.h
55
typedef intptr_t
atomic_int
;
typedef
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_common.h
180
atomic_int
count;
Completed in 12 milliseconds
1
2