Home
last modified time | relevance | path

Searched refs:atomic_llong (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/src/hook/linux/
Dmusl_malloc_dispatch_table.h23 volatile atomic_llong current_dispatch_table;
24 volatile atomic_llong so_dispatch_table;
25 volatile atomic_llong memleak_tracker_so_dispatch_table;
Dmusl_preinit.c75 volatile atomic_llong ohos_malloc_hook_shared_library;
82 volatile atomic_llong memleak_ever_shared_library_handle;
83 volatile atomic_llong ohos_malloc_ever_shared_library_handle;
Dmusl_preinit_common.h52 extern volatile atomic_llong ohos_malloc_hook_shared_library;
/third_party/musl/porting/linux/user/src/hook/
Dmusl_malloc_dispatch_table.h8 volatile atomic_llong current_dispatch_table;
9 volatile atomic_llong so_dispatch_table;
10 volatile atomic_llong memleak_tracker_so_dispatch_table;
Dmusl_preinit.c60 volatile atomic_llong ohos_malloc_hook_shared_library;
67 volatile atomic_llong memleak_ever_shared_library_handle;
68 volatile atomic_llong ohos_malloc_ever_shared_library_handle;
Dmusl_preinit_common.h37 extern volatile atomic_llong ohos_malloc_hook_shared_library;
/third_party/musl/porting/linux/user/src/internal/
Dstdatomic_impl.h45 typedef _Atomic(long long) atomic_llong; typedef
/third_party/musl/src/internal/
Dstdatomic_impl.h45 typedef _Atomic(long long) atomic_llong; typedef
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h60 typedef long long atomic_llong; typedef
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h59 typedef intptr_t atomic_llong; typedef
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h57 typedef intptr_t atomic_llong; typedef
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h57 typedef intptr_t atomic_llong; typedef
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h56 typedef intptr_t atomic_llong; typedef
/third_party/elfutils/lib/
Dstdatomic-fbsd.h226 typedef _Atomic(long long) atomic_llong; typedef
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.cc802 static std::atomic_llong runner(-1); in InitSCCImpl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49539 typedef atomic<long long> atomic_llong; typedef