Home
last modified time | relevance | path

Searched refs:atomic_store (Results 1 – 25 of 25) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dmalloc_heapprofd.cpp129 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 Dpthread_internal.cpp150 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 Dmalloc_limit.cpp265 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 Dgwp_asan_wrappers.cpp258 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 Dpthread_exit.cpp111 atomic_store(&thread->terminating, true); in pthread_exit()
H A Dmalloc_common_dynamic.cpp340 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 Dpthread_key.cpp129 atomic_store(&key_map[i].key_destructor, reinterpret_cast<uintptr_t>(key_destructor)); in pthread_key_create()
H A Dposix_timers.cpp101 atomic_store(&timer->deleted, true); in __timer_thread_stop()
H A Dpthread_create.cpp452 atomic_store(&thread->join_state, THREAD_DETACHED); in pthread_create()
H A Dpthread_mutex.cpp1020 atomic_store(&mutex->state, 0xffff); in pthread_mutex_destroy()
/aosp12/bionic/tests/
H A Dstdatomic_test.cpp89 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 Dmalloc_init.cpp84 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 DPointers.cpp57 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 DCasImpl.cpp62 std::atomic_store(&mPluginHolder, holder); in init()
187 std::atomic_store(&mPluginHolder, holder); in release()
H A DDescramblerImpl.cpp203 std::atomic_store(&mPluginHolder, holder); in release()
/aosp12/hardware/interfaces/cas/1.1/default/
H A DCasImpl.cpp67 std::atomic_store(&mPluginHolder, holder); in init()
213 std::atomic_store(&mPluginHolder, holder); in release()
H A DDescramblerImpl.cpp187 std::atomic_store(&mPluginHolder, holder); in release()
/aosp12/hardware/interfaces/cas/1.2/default/
H A DCasImpl.cpp78 std::atomic_store(&mPluginHolder, holder); in init()
262 std::atomic_store(&mPluginHolder, holder); in release()
H A DDescramblerImpl.cpp187 std::atomic_store(&mPluginHolder, holder); in release()
/aosp12/bionic/libc/include/
H A Dstdatomic.h59 using std::atomic_store;
/aosp12/bionic/libc/include/bits/
H A Dstdatomic.h256 #define atomic_store(object, desired) \ macro
/aosp12/hardware/interfaces/automotive/audiocontrol/aidl/default/
H A DAudioControl.cpp76 std::atomic_store(&mFocusListener, in_listener); in registerFocusListener()
/aosp12/frameworks/av/media/libstagefright/
H A DACodecBufferChannel.cpp577 std::atomic_store( in setInputBufferArray()
587 std::atomic_store( in setOutputBufferArray()
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeyCasPlugin.cpp488 std::atomic_store(&mCASSession, session); in setMediaCasSession()
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp49 atomic_store((std::atomic<T>*)addr, value); // memory_order_seq_cst in android_atomic_store()