René's URL Explorer Experiment


Title: std::memory_order - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: en.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://en.cppreference.com/
Create accounthttps://en.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Fatomic%2Fmemory+order
Log inhttps://en.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fatomic%2Fmemory+order
Pagehttps://en.cppreference.com/cpp/atomic/memory_order
Discussionhttps://en.cppreference.com/Talk:cpp/atomic/memory_order
https://en.cppreference.com/cpp/atomic/memory_order
Readhttps://en.cppreference.com/cpp/atomic/memory_order
View sourcehttps://en.cppreference.com/index.php?title=cpp/atomic/memory_order&action=edit
View historyhttps://en.cppreference.com/index.php?title=cpp/atomic/memory_order&action=history
https://en.cppreference.com/cpp/atomic/memory_order
cpphttps://en.cppreference.com/cpp
atomichttps://en.cppreference.com/cpp/atomic
C++https://en.cppreference.com/cpp
Compiler supporthttps://en.cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://en.cppreference.com/cpp/freestanding
Languagehttps://en.cppreference.com/cpp/language
Standard libraryhttps://en.cppreference.com/cpp/standard_library
Standard library headershttps://en.cppreference.com/cpp/header
Named requirementshttps://en.cppreference.com/cpp/named_req
Feature test macroshttps://en.cppreference.com/cpp/feature_test
Language support libraryhttps://en.cppreference.com/cpp/utility#Language_support
Concepts libraryhttps://en.cppreference.com/cpp/concepts
Diagnostics libraryhttps://en.cppreference.com/cpp/error
Memory management libraryhttps://en.cppreference.com/cpp/memory
Metaprogramming libraryhttps://en.cppreference.com/cpp/meta
General utilities libraryhttps://en.cppreference.com/cpp/utility
Containers libraryhttps://en.cppreference.com/cpp/container
Iterators libraryhttps://en.cppreference.com/cpp/iterator
Ranges libraryhttps://en.cppreference.com/cpp/ranges
Algorithms libraryhttps://en.cppreference.com/cpp/algorithm
Strings libraryhttps://en.cppreference.com/cpp/string
Text processing libraryhttps://en.cppreference.com/cpp/text
Numerics libraryhttps://en.cppreference.com/cpp/numeric
Date and time libraryhttps://en.cppreference.com/cpp/chrono
Input/output libraryhttps://en.cppreference.com/cpp/io
Filesystem libraryhttps://en.cppreference.com/cpp/filesystem
Concurrency support libraryhttps://en.cppreference.com/cpp/thread
Execution control libraryhttps://en.cppreference.com/cpp/execution
Technical specificationshttps://en.cppreference.com/cpp/experimental
Symbols indexhttps://en.cppreference.com/cpp/symbol_index
External librarieshttps://en.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Concurrency support libraryhttps://en.cppreference.com/cpp/thread
Threadshttps://en.cppreference.com/cpp/thread#Threads
threadhttps://en.cppreference.com/cpp/thread/thread
jthreadhttps://en.cppreference.com/cpp/thread/jthread
hardware_destructive_interference_sizehardware_constructive_interference_sizehttps://en.cppreference.com/cpp/thread/hardware_destructive_interference_size
this_thread namespacehttps://en.cppreference.com/cpp/thread#Functions_managing_the_current_thread
get_idhttps://en.cppreference.com/cpp/thread/get_id
yieldhttps://en.cppreference.com/cpp/thread/yield
sleep_forhttps://en.cppreference.com/cpp/thread/sleep_for
sleep_untilhttps://en.cppreference.com/cpp/thread/sleep_until
Cooperative cancellationhttps://en.cppreference.com/cpp/thread#Cooperative_cancellation
stop_tokenhttps://en.cppreference.com/cpp/thread/stop_token
inplace_stop_tokenhttps://en.cppreference.com/index.php?title=cpp/thread/inplace_stop_token&action=edit&redlink=1
never_stop_tokenhttps://en.cppreference.com/cpp/thread/never_stop_token
stop_sourcehttps://en.cppreference.com/cpp/thread/stop_source
inplace_stop_sourcehttps://en.cppreference.com/index.php?title=cpp/thread/inplace_stop_source&action=edit&redlink=1
stop_callbackhttps://en.cppreference.com/cpp/thread/stop_callback
inplace_stop_callbackhttps://en.cppreference.com/index.php?title=cpp/thread/inplace_stop_callback&action=edit&redlink=1
stop_callback_for_thttps://en.cppreference.com/cpp/thread/stop_callback_for_t
stoppable_tokenhttps://en.cppreference.com/cpp/thread/stoppable_token
unstoppable_tokenhttps://en.cppreference.com/cpp/thread/unstoppable_token
stoppable-sourcehttps://en.cppreference.com/index.php?title=cpp/thread/stoppable_source&action=edit&redlink=1
stoppable-callback-forhttps://en.cppreference.com/index.php?title=cpp/thread/stoppable_callback_for&action=edit&redlink=1
Mutual exclusionhttps://en.cppreference.com/cpp/thread#Mutual_exclusion
mutexhttps://en.cppreference.com/cpp/thread/mutex
recursive_mutexhttps://en.cppreference.com/cpp/thread/recursive_mutex
shared_mutexhttps://en.cppreference.com/cpp/thread/shared_mutex
timed_mutexhttps://en.cppreference.com/cpp/thread/timed_mutex
recursive_timed_mutexhttps://en.cppreference.com/cpp/thread/recursive_timed_mutex
shared_timed_mutexhttps://en.cppreference.com/cpp/thread/shared_timed_mutex
Generic lock managementhttps://en.cppreference.com/cpp/thread#Generic_mutex_management
lockhttps://en.cppreference.com/cpp/thread/lock
lock_guardhttps://en.cppreference.com/cpp/thread/lock_guard
scoped_lockhttps://en.cppreference.com/cpp/thread/scoped_lock
unique_lockhttps://en.cppreference.com/cpp/thread/unique_lock
shared_lockhttps://en.cppreference.com/cpp/thread/shared_lock
once_flaghttps://en.cppreference.com/cpp/thread/once_flag
call_oncehttps://en.cppreference.com/cpp/thread/call_once
try_lockhttps://en.cppreference.com/cpp/thread/try_lock
defer_locktry_to_lockadopt_lockdefer_lock_ttry_to_lock_tadopt_lock_thttps://en.cppreference.com/cpp/thread/lock_tag
Condition variableshttps://en.cppreference.com/cpp/thread#Condition_variables
condition_variablehttps://en.cppreference.com/cpp/thread/condition_variable
condition_variable_anyhttps://en.cppreference.com/cpp/thread/condition_variable_any
notify_all_at_thread_exithttps://en.cppreference.com/cpp/thread/notify_all_at_thread_exit
cv_statushttps://en.cppreference.com/cpp/thread/cv_status
Semaphoreshttps://en.cppreference.com/cpp/thread#Semaphores
counting_semaphorebinary_semaphorehttps://en.cppreference.com/cpp/thread/counting_semaphore
Latches and Barriershttps://en.cppreference.com/cpp/thread#Latches_and_Barriers
latchhttps://en.cppreference.com/cpp/thread/latch
barrierhttps://en.cppreference.com/cpp/thread/barrier
Futureshttps://en.cppreference.com/cpp/thread#Futures
promisehttps://en.cppreference.com/cpp/thread/promise
futurehttps://en.cppreference.com/cpp/thread/future
shared_futurehttps://en.cppreference.com/cpp/thread/shared_future
packaged_taskhttps://en.cppreference.com/cpp/thread/packaged_task
asynchttps://en.cppreference.com/cpp/thread/async
launchhttps://en.cppreference.com/cpp/thread/launch
future_statushttps://en.cppreference.com/cpp/thread/future_status
future_errorhttps://en.cppreference.com/cpp/thread/future_error
future_categoryhttps://en.cppreference.com/cpp/thread/future_category
future_errchttps://en.cppreference.com/cpp/thread/future_errc
Safe Reclamationhttps://en.cppreference.com/cpp/thread#Safe_Reclamation
Read-Copy-Update Mechanismhttps://en.cppreference.com/cpp/thread#Read-Copy-Update_Mechanism
rcu_obj_basehttps://en.cppreference.com/index.php?title=cpp/thread/rcu_obj_base&action=edit&redlink=1
rcu_domainhttps://en.cppreference.com/index.php?title=cpp/thread/rcu_domain&action=edit&redlink=1
rcu_default_domainhttps://en.cppreference.com/index.php?title=cpp/thread/rcu_default_domain&action=edit&redlink=1
rcu_synchronizehttps://en.cppreference.com/index.php?title=cpp/thread/rcu_synchronize&action=edit&redlink=1
rcu_barrierhttps://en.cppreference.com/index.php?title=cpp/thread/rcu_barrier&action=edit&redlink=1
rcu_retirehttps://en.cppreference.com/index.php?title=cpp/thread/rcu_retire&action=edit&redlink=1
Hazard Pointershttps://en.cppreference.com/cpp/thread#Hazard_Pointers
hazard_pointer_obj_basehttps://en.cppreference.com/index.php?title=cpp/thread/hazard_pointer_obj_base&action=edit&redlink=1
hazard_pointerhttps://en.cppreference.com/index.php?title=cpp/thread/hazard_pointer&action=edit&redlink=1
make_hazard_pointerhttps://en.cppreference.com/index.php?title=cpp/thread/make_hazard_pointer&action=edit&redlink=1
Atomic typeshttps://en.cppreference.com/cpp/thread#Atomic_types
atomichttps://en.cppreference.com/cpp/atomic/atomic
atomic_refhttps://en.cppreference.com/cpp/atomic/atomic_ref
atomic_flaghttps://en.cppreference.com/cpp/atomic/atomic_flag
Initialization of atomic typeshttps://en.cppreference.com/cpp/thread#Initialization
atomic_inithttps://en.cppreference.com/cpp/atomic/atomic_init
ATOMIC_VAR_INIThttps://en.cppreference.com/cpp/atomic/ATOMIC_VAR_INIT
ATOMIC_FLAG_INIThttps://en.cppreference.com/cpp/atomic/ATOMIC_FLAG_INIT
Memory orderinghttps://en.cppreference.com/cpp/thread#Memory_synchronization_ordering
kill_dependencyhttps://en.cppreference.com/cpp/atomic/kill_dependency
atomic_thread_fencehttps://en.cppreference.com/cpp/atomic/atomic_thread_fence
atomic_signal_fencehttps://en.cppreference.com/cpp/atomic/atomic_signal_fence
Free functions for atomic operationshttps://en.cppreference.com/cpp/thread#Operations_on_atomic_types
atomic_storeatomic_store_explicithttps://en.cppreference.com/cpp/atomic/atomic_store
atomic_loadatomic_load_explicithttps://en.cppreference.com/cpp/atomic/atomic_load
atomic_exchangeatomic_exchange_explicithttps://en.cppreference.com/cpp/atomic/atomic_exchange
atomic_compare_exchange_weakatomic_compare_exchange_weak_explicitatomic_compare_exchange_strongatomic_compare_exchange_strong_explicithttps://en.cppreference.com/cpp/atomic/atomic_compare_exchange
atomic_fetch_addatomic_fetch_add_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_add
atomic_fetch_subatomic_fetch_sub_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_sub
atomic_fetch_andatomic_fetch_and_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_and
atomic_fetch_oratomic_fetch_or_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_or
atomic_fetch_xoratomic_fetch_xor_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_xor
atomic_fetch_maxatomic_fetch_max_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_max
atomic_fetch_minatomic_fetch_min_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_min
atomic_is_lock_freehttps://en.cppreference.com/cpp/atomic/atomic_is_lock_free
atomic_waitatomic_wait_explicithttps://en.cppreference.com/cpp/atomic/atomic_wait
atomic_notify_onehttps://en.cppreference.com/cpp/atomic/atomic_notify_one
atomic_notify_allhttps://en.cppreference.com/cpp/atomic/atomic_notify_all
Free functions for atomic flagshttps://en.cppreference.com/cpp/thread#Flag_type_and_operations
atomic_flag_test_and_setatomic_flag_test_and_set_explicithttps://en.cppreference.com/cpp/atomic/atomic_flag_test_and_set
atomic_flag_clearatomic_flag_clear_explicithttps://en.cppreference.com/cpp/atomic/atomic_flag_clear
atomic_flag_testatomic_flag_test_explicithttps://en.cppreference.com/cpp/atomic/atomic_flag_test
atomic_flag_waitatomic_flag_wait_explicithttps://en.cppreference.com/cpp/atomic/atomic_flag_wait
atomic_flag_notify_onehttps://en.cppreference.com/cpp/atomic/atomic_flag_notify_one
atomic_flag_notify_allhttps://en.cppreference.com/cpp/atomic/atomic_flag_notify_all
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/navbar_content&action=edit
https://en.cppreference.com/cpp/header/atomic
1 Constantshttps://en.cppreference.com/cpp/atomic/memory_order#Constants
2 Formal descriptionhttps://en.cppreference.com/cpp/atomic/memory_order#Formal_description
2.1 Sequenced-beforehttps://en.cppreference.com/cpp/atomic/memory_order#Sequenced-before
2.2 Carries dependencyhttps://en.cppreference.com/cpp/atomic/memory_order#Carries_dependency
2.3 Modification orderhttps://en.cppreference.com/cpp/atomic/memory_order#Modification_order
2.4 Release sequencehttps://en.cppreference.com/cpp/atomic/memory_order#Release_sequence
2.5 Synchronizes withhttps://en.cppreference.com/cpp/atomic/memory_order#Synchronizes_with
2.6 Dependency-ordered beforehttps://en.cppreference.com/cpp/atomic/memory_order#Dependency-ordered_before
2.7 Inter-thread happens-beforehttps://en.cppreference.com/cpp/atomic/memory_order#Inter-thread_happens-before
2.8 Happens-beforehttps://en.cppreference.com/cpp/atomic/memory_order#Happens-before
2.9 Simply happens-beforehttps://en.cppreference.com/cpp/atomic/memory_order#Simply_happens-before
2.10 Happens-beforehttps://en.cppreference.com/cpp/atomic/memory_order#Happens-before_2
2.11 Strongly happens-beforehttps://en.cppreference.com/cpp/atomic/memory_order#Strongly_happens-before
2.12 Visible side-effectshttps://en.cppreference.com/cpp/atomic/memory_order#Visible_side-effects
2.13 Consume operationhttps://en.cppreference.com/cpp/atomic/memory_order#Consume_operation
2.14 Acquire operationhttps://en.cppreference.com/cpp/atomic/memory_order#Acquire_operation
2.15 Release operationhttps://en.cppreference.com/cpp/atomic/memory_order#Release_operation
3 Explanationhttps://en.cppreference.com/cpp/atomic/memory_order#Explanation
3.1 Relaxed orderinghttps://en.cppreference.com/cpp/atomic/memory_order#Relaxed_ordering
3.2 Release-Acquire orderinghttps://en.cppreference.com/cpp/atomic/memory_order#Release-Acquire_ordering
3.3 Release-Consume orderinghttps://en.cppreference.com/cpp/atomic/memory_order#Release-Consume_ordering
3.4 Sequentially-consistent orderinghttps://en.cppreference.com/cpp/atomic/memory_order#Sequentially-consistent_ordering
4 Relationship with volatilehttps://en.cppreference.com/cpp/atomic/memory_order#Relationship_with_volatile
5 See alsohttps://en.cppreference.com/cpp/atomic/memory_order#See_also
6 External linkshttps://en.cppreference.com/cpp/atomic/memory_order#External_links
https://en.cppreference.com/cpp/header/atomic
Relaxed orderinghttps://en.cppreference.com/cpp/atomic/memory_order#Relaxed_ordering
Release-Consume orderinghttps://en.cppreference.com/cpp/atomic/memory_order#Release-Consume_ordering
Release-Acquire orderinghttps://en.cppreference.com/cpp/atomic/memory_order#Release-Acquire_ordering
Release-Acquire orderinghttps://en.cppreference.com/cpp/atomic/memory_order#Release-Acquire_ordering
Release-Consume orderinghttps://en.cppreference.com/cpp/atomic/memory_order#Release-Consume_ordering
Sequentially-consistent orderinghttps://en.cppreference.com/cpp/atomic/memory_order#Sequentially-consistent_ordering
evaluation orderhttps://en.cppreference.com/cpp/language/eval_order
Batty et alhttps://www.cl.cam.ac.uk/~pes20/cpp/popl085ap-sewell.pdf
data racehttps://en.cppreference.com/cpp/language/multithread
Mutexhttps://en.cppreference.com/cpp/named_req/Mutex
Mutexhttps://en.cppreference.com/cpp/named_req/Mutex
atomic spinlockhttps://en.cppreference.com/cpp/atomic/atomic_flag
rcu_dereferencehttps://en.wikipedia.org/wiki/Read-copy-update
carries_dependencyhttps://en.cppreference.com/cpp/language/attributes/carries_dependency
Lahav et alhttps://plv.mpi-sws.org/scfix/paper.pdf
volatile glvalueshttps://en.cppreference.com/cpp/language/cv
data racehttps://en.cppreference.com/cpp/language/memory_model
Microsoft Docshttps://learn.microsoft.com/en-us/cpp/cpp/volatile-cpp
C documentationhttps://en.cppreference.com/c/atomic/memory_order
MOESI protocolhttps://en.wikipedia.org/wiki/MOESI_protocol
x86-TSO: A Rigorous and Usable Programmer’s Model for x86 Multiprocessorshttps://www.cl.cam.ac.uk/~pes20/weakmemory/cacm.pdf
A Tutorial Introduction to the ARM and POWER Relaxed Memory Modelshttps://www.cl.cam.ac.uk/~pes20/ppc-supplemental/test7.pdf
MESIF: A Two-Hop Cache Coherency Protocol for Point-to-Point Interconnectshttps://researchspace.auckland.ac.nz/bitstream/handle/2292/11594/MESIF-2009.pdf?sequence=6
Memory Modelshttps://research.swtch.com/mm
Categorieshttps://en.cppreference.com/Special:Categories
Pages using deprecated source tagshttps://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttps://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Todo with reasonhttps://en.cppreference.com/Category:Todo_with_reason
Support ushttp://www.cppreference.com/support
Recent changeshttps://en.cppreference.com/Special:RecentChanges
FAQhttps://en.cppreference.com/Cppreference:FAQ
Offline versionhttps://en.cppreference.com/Cppreference:Archives
https://en.cppreference.com/cpp/atomic/memory_order
What links herehttps://en.cppreference.com/Special:WhatLinksHere/cpp/atomic/memory_order
Related changeshttps://en.cppreference.com/Special:RecentChangesLinked/cpp/atomic/memory_order
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://en.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://en.cppreference.com/index.php?title=cpp/atomic/memory_order&oldid=183980
Page informationhttps://en.cppreference.com/index.php?title=cpp/atomic/memory_order&action=info
Deutschhttps://de.cppreference.com/cpp/atomic/memory_order
Españolhttp://es.cppreference.com/cpp/atomic/memory_order
Françaishttp://fr.cppreference.com/cpp/atomic/memory_order
Italianohttp://it.cppreference.com/cpp/atomic/memory_order
日本語http://ja.cppreference.com/cpp/atomic/memory_order
Portuguêshttp://pt.cppreference.com/cpp/atomic/memory_order
Русскийhttp://ru.cppreference.com/cpp/atomic/memory_order
中文http://zh.cppreference.com/cpp/atomic/memory_order

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.