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_llong
(Results
1 - 16
of
16
) sorted by relevance
/third_party/musl/porting/linux/user/src/hook/
H
A
D
musl_malloc_dispatch_table.h
8
volatile
atomic_llong
current_dispatch_table;
9
volatile
atomic_llong
so_dispatch_table;
10
volatile
atomic_llong
memleak_tracker_so_dispatch_table;
H
A
D
musl_preinit.c
61
volatile
atomic_llong
ohos_malloc_hook_shared_library;
68
volatile
atomic_llong
memleak_ever_shared_library_handle;
69
volatile
atomic_llong
ohos_malloc_ever_shared_library_handle;
H
A
D
musl_preinit_common.h
37
extern volatile
atomic_llong
ohos_malloc_hook_shared_library;
/third_party/musl/src/hook/linux/
H
A
D
musl_malloc_dispatch_table.h
30
volatile
atomic_llong
current_dispatch_table;
31
volatile
atomic_llong
so_dispatch_table;
32
volatile
atomic_llong
memleak_tracker_so_dispatch_table;
H
A
D
musl_preinit.c
76
volatile
atomic_llong
ohos_malloc_hook_shared_library;
83
volatile
atomic_llong
memleak_ever_shared_library_handle;
84
volatile
atomic_llong
ohos_malloc_ever_shared_library_handle;
H
A
D
musl_preinit_common.h
59
extern volatile
atomic_llong
ohos_malloc_hook_shared_library;
/third_party/musl/src/internal/
H
A
D
stdatomic_impl.h
45
typedef _Atomic(long long)
atomic_llong
;
typedef
/third_party/musl/porting/linux/user/src/internal/
H
A
D
stdatomic_impl.h
45
typedef _Atomic(long long)
atomic_llong
;
typedef
/third_party/ffmpeg/compat/atomics/gcc/
H
A
D
stdatomic.h
60
typedef long long
atomic_llong
;
typedef
/third_party/ffmpeg/compat/atomics/win32/
H
A
D
stdatomic.h
57
typedef intptr_t
atomic_llong
;
typedef
/third_party/ffmpeg/compat/atomics/suncc/
H
A
D
stdatomic.h
57
typedef intptr_t
atomic_llong
;
typedef
/third_party/ffmpeg/compat/atomics/pthread/
H
A
D
stdatomic.h
56
typedef intptr_t
atomic_llong
;
typedef
/third_party/ffmpeg/compat/atomics/dummy/
H
A
D
stdatomic.h
59
typedef intptr_t
atomic_llong
;
typedef
/third_party/elfutils/lib/
H
A
D
stdatomic-fbsd.h
226
typedef _Atomic(long long)
atomic_llong
;
typedef
/third_party/protobuf/src/google/protobuf/
H
A
D
generated_message_util.cc
802
static std::
atomic_llong
runner(-1);
in InitSCCImpl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 37 milliseconds