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_uint
(Results
1 - 20
of
20
) sorted by relevance
/third_party/node/deps/v8/src/logging/
H
A
D
tracing-flags.cc
10
std::
atomic_uint
TracingFlags::runtime_stats{0};
11
std::
atomic_uint
TracingFlags::gc{0};
12
std::
atomic_uint
TracingFlags::gc_stats{0};
13
std::
atomic_uint
TracingFlags::ic_stats{0};
14
std::
atomic_uint
TracingFlags::zone_stats{0};
H
A
D
tracing-flags.h
20
static V8_EXPORT_PRIVATE std::
atomic_uint
runtime_stats;
21
static V8_EXPORT_PRIVATE std::
atomic_uint
gc;
22
static V8_EXPORT_PRIVATE std::
atomic_uint
gc_stats;
23
static V8_EXPORT_PRIVATE std::
atomic_uint
ic_stats;
24
static V8_EXPORT_PRIVATE std::
atomic_uint
zone_stats;
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_ring.h
40
static_assert(ATOMIC_INT_LOCK_FREE == 2 && sizeof(
atomic_uint
) == 4,
41
"vn_ring_shared requires lock-free 32-bit
atomic_uint
");
45
const volatile
atomic_uint
*head;
46
volatile
atomic_uint
*tail;
47
const volatile
atomic_uint
*status;
H
A
D
vn_instance.c
337
const volatile
atomic_uint
*ptr = ring->shared.extra;
in vn_instance_wait_roundtrip()
/third_party/ffmpeg/libavutil/
H
A
D
buffer_internal.h
45
atomic_uint
refcount;
101
atomic_uint
refcount;
H
A
D
slicethread.c
43
atomic_uint
first_job;
44
atomic_uint
current_job;
/third_party/ffmpeg/libavcodec/
H
A
D
v4l2_buffers.h
51
atomic_uint
context_refcount;
H
A
D
v4l2_m2m.h
54
atomic_uint
refcount;
/third_party/musl/src/internal/
H
A
D
stdatomic_impl.h
42
typedef _Atomic(unsigned int)
atomic_uint
;
typedef
/third_party/musl/porting/linux/user/src/internal/
H
A
D
stdatomic_impl.h
42
typedef _Atomic(unsigned int)
atomic_uint
;
typedef
/third_party/ffmpeg/compat/atomics/gcc/
H
A
D
stdatomic.h
57
typedef unsigned int
atomic_uint
;
typedef
/third_party/ffmpeg/compat/atomics/win32/
H
A
D
stdatomic.h
54
typedef intptr_t
atomic_uint
;
typedef
/third_party/ffmpeg/compat/atomics/suncc/
H
A
D
stdatomic.h
54
typedef intptr_t
atomic_uint
;
typedef
/third_party/ffmpeg/compat/atomics/pthread/
H
A
D
stdatomic.h
53
typedef intptr_t
atomic_uint
;
typedef
/third_party/ffmpeg/compat/atomics/dummy/
H
A
D
stdatomic.h
56
typedef intptr_t
atomic_uint
;
typedef
/third_party/elfutils/lib/
H
A
D
stdatomic-fbsd.h
223
typedef _Atomic(unsigned int)
atomic_uint
;
typedef
/third_party/mesa3d/src/compiler/glsl/
H
A
D
builtin_types.cpp
255
T(
atomic_uint
, 420, 310)
/third_party/mesa3d/src/compiler/
H
A
D
builtin_type_macros.h
254
DECL_TYPE(
atomic_uint
, GL_UNSIGNED_INT_ATOMIC_COUNTER, GLSL_TYPE_ATOMIC_UINT, 1, 1)
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H
A
D
invocation.cpp
485
static std::
atomic_uint
seq(0);
in link_program()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 34 milliseconds