Home
last modified time | relevance | path

Searched refs:_Atomic (Results 1 – 18 of 18) sorted by relevance

/aosp12/bionic/libc/include/bits/
H A Dstdatomic.h159 typedef _Atomic(bool) atomic_bool;
160 typedef _Atomic(char) atomic_char;
161 typedef _Atomic(signed char) atomic_schar;
163 typedef _Atomic(short) atomic_short;
165 typedef _Atomic(int) atomic_int;
166 typedef _Atomic(unsigned int) atomic_uint;
167 typedef _Atomic(long) atomic_long;
169 typedef _Atomic(long long) atomic_llong;
175 typedef _Atomic(wchar_t) atomic_wchar_t;
192 typedef _Atomic(intptr_t) atomic_intptr_t;
[all …]
/aosp12/bionic/libc/private/
H A Dbionic_fdsan.h42 _Atomic(uint64_t) close_tag = 0;
55 _Atomic(android_fdsan_error_level) error_level = ANDROID_FDSAN_ERROR_LEVEL_DISABLED;
58 _Atomic(FdTableOverflow*) overflow = nullptr;
H A Dbionic_elf_tls.h37 __LIBC_HIDDEN__ extern _Atomic(size_t) __libc_tls_generation_copy;
134 _Atomic(size_t) generation = kTlsGenerationFirst;
135 _Atomic(size_t) *generation_libc_so = nullptr;
H A Dbionic_globals.h60 _Atomic(const MallocDispatch*) current_dispatch_table;
63 _Atomic(const MallocDispatch*) default_dispatch_table;
H A Dbionic_lock.h44 _Atomic(LockState) state;
H A Dbionic_fdtrack.h40 extern "C" _Atomic(android_fdtrack_hook_t) __android_fdtrack_hook;
/aosp12/bionic/libc/bionic/
H A Dmalloc_heapprofd.cpp151 static _Atomic (void*) gHeapprofdHandle = nullptr;
152 static _Atomic MallocHeapprofdState gHeapprofdState = kInitialState;
224 static _Atomic (const MallocDispatch*) gPreviousDefaultDispatchTable = nullptr;
H A Dpthread_internal.h97 _Atomic(ThreadJoinState) join_state;
138 _Atomic(bool) terminating;
H A Dmalloc_common_dynamic.h47 extern _Atomic bool gGlobalsMutating;
H A Dfdtrack.cpp38 _Atomic(android_fdtrack_hook_t) __android_fdtrack_hook;
H A Dmalloc_limit.cpp93 static _Atomic uint64_t gAllocated;
312 static _Atomic bool limit_enabled; in LimitEnable()
H A Dpthread_barrier.cpp72 _Atomic(BarrierState) state;
H A Dmalloc_common_dynamic.cpp81 _Atomic bool gGlobalsMutating = false;
92 static _Atomic bool gZygoteChildProfileable = false;
H A Dpthread_mutex.cpp455 _Atomic(uint16_t) state;
473 _Atomic(uint16_t) state;
475 _Atomic(uint16_t) owner_tid;
H A Dpthread_internal.cpp144 static _Atomic(bool) g_retval; in android_run_on_all_threads()
H A Dbionic_elf_tls.cpp53 __LIBC_HIDDEN__ _Atomic(size_t) __libc_tls_generation_copy = SIZE_MAX;
/aosp12/bionic/libc/include/
H A Dstdatomic.h47 #undef _Atomic
55 #define _Atomic(t) std::atomic<t> macro
/aosp12/system/core/libcutils/
H A Dtrace-dev.inc62 static _Atomic(uint32_t) last_sequence_number = ATOMIC_VAR_INIT(kSeqNoNotInit);