/aosp12/bionic/libc/bionic/ |
H A D | malloc_heapprofd.cpp | 129 atomic_store(&gGlobalsMutating, false); in MaybeModifyGlobals() 255 atomic_store(&gPreviousDefaultDispatchTable, nullptr); in HandleHeapprofdSignal() 263 atomic_store(&gPreviousDefaultDispatchTable, default_dispatch); in HandleHeapprofdSignal() 273 atomic_store(&gPreviousDefaultDispatchTable, nullptr); in HandleHeapprofdSignal() 288 atomic_store(&gHeapprofdState, kEphemeralHookInstalled); in HandleHeapprofdSignal() 323 atomic_store(&gHeapprofdState, kIncompatibleHooks); in HeapprofdRememberHookConflict() 333 atomic_store(&gHeapprofdHandle, impl_handle); in CommonInstallHooks() 352 atomic_store(&gHeapprofdState, kHookInstalled); in HeapprofdInstallHooksAtInit() 367 atomic_store(&gHeapprofdState, kHookInstalled); in InitHeapprofd() 387 atomic_store(&gHeapprofdState, kInitialState); in MallocInitHeapprofdHook() [all …]
|
H A D | pthread_internal.cpp | 150 atomic_store(&g_retval, false); in android_run_on_all_threads() 179 atomic_store(&g_retval, false); in android_run_on_all_threads() 185 atomic_store(&g_retval, false); in android_run_on_all_threads()
|
H A D | malloc_limit.cpp | 265 atomic_store(&globals->current_dispatch_table, &__limit_dispatch); in EnableLimitDispatchTable() 285 atomic_store(&globals->current_dispatch_table, &__limit_dispatch); in EnableLimitDispatchTable() 287 atomic_store(&gGlobalsMutating, false); in EnableLimitDispatchTable() 331 atomic_store(&gAllocated, current_allocated); in LimitEnable()
|
H A D | gwp_asan_wrappers.cpp | 258 atomic_store(&globals->default_dispatch_table, &gwp_asan_dispatch); in MaybeInitGwpAsan() 263 atomic_store(&globals->current_dispatch_table, &gwp_asan_dispatch); in MaybeInitGwpAsan()
|
H A D | pthread_exit.cpp | 111 atomic_store(&thread->terminating, true); in pthread_exit()
|
H A D | malloc_common_dynamic.cpp | 340 atomic_store(&globals->default_dispatch_table, &globals->malloc_dispatch_table); in FinishInstallHooks() 342 atomic_store(&globals->current_dispatch_table, &globals->malloc_dispatch_table); in FinishInstallHooks()
|
H A D | pthread_key.cpp | 129 atomic_store(&key_map[i].key_destructor, reinterpret_cast<uintptr_t>(key_destructor)); in pthread_key_create()
|
H A D | posix_timers.cpp | 101 atomic_store(&timer->deleted, true); in __timer_thread_stop()
|
H A D | pthread_create.cpp | 452 atomic_store(&thread->join_state, THREAD_DETACHED); in pthread_create()
|
H A D | pthread_mutex.cpp | 1020 atomic_store(&mutex->state, 0xffff); in pthread_mutex_destroy()
|
/aosp12/bionic/tests/ |
H A D | stdatomic_test.cpp | 89 TEST(stdatomic, atomic_store) { in TEST() argument 91 atomic_store(&i, 123); in TEST() 99 atomic_store(&i, 123); in TEST() 108 atomic_store(&i, 123); in TEST() 114 atomic_store(&i, 123); in TEST() 122 atomic_store(&i, 123); in TEST() 133 atomic_store(&i, 123); in TEST()
|
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | malloc_init.cpp | 84 atomic_store(&globals->default_dispatch_table, &malloc_default_dispatch); in malloc_init_impl() 85 atomic_store(&globals->current_dispatch_table, &malloc_default_dispatch); in malloc_init_impl()
|
/aosp12/system/extras/memory_replay/ |
H A D | Pointers.cpp | 57 atomic_store(&data->key_pointer, key_pointer); in Add() 72 atomic_store(&data->key_pointer, uintptr_t(0)); in Remove()
|
/aosp12/hardware/interfaces/cas/1.0/default/ |
H A D | CasImpl.cpp | 62 std::atomic_store(&mPluginHolder, holder); in init() 187 std::atomic_store(&mPluginHolder, holder); in release()
|
H A D | DescramblerImpl.cpp | 203 std::atomic_store(&mPluginHolder, holder); in release()
|
/aosp12/hardware/interfaces/cas/1.1/default/ |
H A D | CasImpl.cpp | 67 std::atomic_store(&mPluginHolder, holder); in init() 213 std::atomic_store(&mPluginHolder, holder); in release()
|
H A D | DescramblerImpl.cpp | 187 std::atomic_store(&mPluginHolder, holder); in release()
|
/aosp12/hardware/interfaces/cas/1.2/default/ |
H A D | CasImpl.cpp | 78 std::atomic_store(&mPluginHolder, holder); in init() 262 std::atomic_store(&mPluginHolder, holder); in release()
|
H A D | DescramblerImpl.cpp | 187 std::atomic_store(&mPluginHolder, holder); in release()
|
/aosp12/bionic/libc/include/ |
H A D | stdatomic.h | 59 using std::atomic_store;
|
/aosp12/bionic/libc/include/bits/ |
H A D | stdatomic.h | 256 #define atomic_store(object, desired) \ macro
|
/aosp12/hardware/interfaces/automotive/audiocontrol/aidl/default/ |
H A D | AudioControl.cpp | 76 std::atomic_store(&mFocusListener, in_listener); in registerFocusListener()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | ACodecBufferChannel.cpp | 577 std::atomic_store( in setInputBufferArray() 587 std::atomic_store( in setOutputBufferArray()
|
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/ |
H A D | ClearKeyCasPlugin.cpp | 488 std::atomic_store(&mCASSession, session); in setMediaCasSession()
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioTrackShared.cpp | 49 atomic_store((std::atomic<T>*)addr, value); // memory_order_seq_cst in android_atomic_store()
|