René's URL Explorer Experiment


Title: std::atomic_flag - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://cppreference.com/
Create accounthttps://cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Fatomic%2Fatomic+flag
Log inhttps://cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fatomic%2Fatomic+flag
Pagehttps://cppreference.com/cpp/atomic/atomic_flag
Discussionhttps://cppreference.com/Talk:cpp/atomic/atomic_flag
https://cppreference.com/cpp/atomic/atomic_flag
Readhttps://cppreference.com/cpp/atomic/atomic_flag
View sourcehttps://cppreference.com/index.php?title=cpp/atomic/atomic_flag&action=edit
View historyhttps://cppreference.com/index.php?title=cpp/atomic/atomic_flag&action=history
https://cppreference.com/cpp/atomic/atomic_flag
cpphttps://cppreference.com/cpp
atomichttps://cppreference.com/cpp/atomic
C++https://cppreference.com/cpp
Compiler supporthttps://cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://cppreference.com/cpp/freestanding
Languagehttps://cppreference.com/cpp/language
Standard libraryhttps://cppreference.com/cpp/standard_library
Standard library headershttps://cppreference.com/cpp/header
Named requirementshttps://cppreference.com/cpp/named_req
Feature test macroshttps://cppreference.com/cpp/feature_test
Language support libraryhttps://cppreference.com/cpp/utility#Language_support
Concepts libraryhttps://cppreference.com/cpp/concepts
Diagnostics libraryhttps://cppreference.com/cpp/error
Memory management libraryhttps://cppreference.com/cpp/memory
Metaprogramming libraryhttps://cppreference.com/cpp/meta
General utilities libraryhttps://cppreference.com/cpp/utility
Containers libraryhttps://cppreference.com/cpp/container
Iterators libraryhttps://cppreference.com/cpp/iterator
Ranges libraryhttps://cppreference.com/cpp/ranges
Algorithms libraryhttps://cppreference.com/cpp/algorithm
Strings libraryhttps://cppreference.com/cpp/string
Text processing libraryhttps://cppreference.com/cpp/text
Numerics libraryhttps://cppreference.com/cpp/numeric
Date and time libraryhttps://cppreference.com/cpp/chrono
Input/output libraryhttps://cppreference.com/cpp/io
Filesystem libraryhttps://cppreference.com/cpp/filesystem
Concurrency support libraryhttps://cppreference.com/cpp/thread
Execution control libraryhttps://cppreference.com/cpp/execution
Technical specificationshttps://cppreference.com/cpp/experimental
Symbols indexhttps://cppreference.com/cpp/symbol_index
External librarieshttps://cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Concurrency support libraryhttps://cppreference.com/cpp/thread
Threadshttps://cppreference.com/cpp/thread#Threads
threadhttps://cppreference.com/cpp/thread/thread
jthreadhttps://cppreference.com/cpp/thread/jthread
hardware_destructive_interference_sizehardware_constructive_interference_sizehttps://cppreference.com/cpp/thread/hardware_destructive_interference_size
this_thread namespacehttps://cppreference.com/cpp/thread#Functions_managing_the_current_thread
get_idhttps://cppreference.com/cpp/thread/get_id
yieldhttps://cppreference.com/cpp/thread/yield
sleep_forhttps://cppreference.com/cpp/thread/sleep_for
sleep_untilhttps://cppreference.com/cpp/thread/sleep_until
Cooperative cancellationhttps://cppreference.com/cpp/thread#Cooperative_cancellation
stop_tokenhttps://cppreference.com/cpp/thread/stop_token
inplace_stop_tokenhttps://cppreference.com/index.php?title=cpp/thread/inplace_stop_token&action=edit&redlink=1
never_stop_tokenhttps://cppreference.com/cpp/thread/never_stop_token
stop_sourcehttps://cppreference.com/cpp/thread/stop_source
inplace_stop_sourcehttps://cppreference.com/index.php?title=cpp/thread/inplace_stop_source&action=edit&redlink=1
stop_callbackhttps://cppreference.com/cpp/thread/stop_callback
inplace_stop_callbackhttps://cppreference.com/index.php?title=cpp/thread/inplace_stop_callback&action=edit&redlink=1
stop_callback_for_thttps://cppreference.com/cpp/thread/stop_callback_for_t
stoppable_tokenhttps://cppreference.com/cpp/thread/stoppable_token
unstoppable_tokenhttps://cppreference.com/cpp/thread/unstoppable_token
stoppable-sourcehttps://cppreference.com/index.php?title=cpp/thread/stoppable_source&action=edit&redlink=1
stoppable-callback-forhttps://cppreference.com/index.php?title=cpp/thread/stoppable_callback_for&action=edit&redlink=1
Mutual exclusionhttps://cppreference.com/cpp/thread#Mutual_exclusion
mutexhttps://cppreference.com/cpp/thread/mutex
recursive_mutexhttps://cppreference.com/cpp/thread/recursive_mutex
shared_mutexhttps://cppreference.com/cpp/thread/shared_mutex
timed_mutexhttps://cppreference.com/cpp/thread/timed_mutex
recursive_timed_mutexhttps://cppreference.com/cpp/thread/recursive_timed_mutex
shared_timed_mutexhttps://cppreference.com/cpp/thread/shared_timed_mutex
Generic lock managementhttps://cppreference.com/cpp/thread#Generic_mutex_management
lockhttps://cppreference.com/cpp/thread/lock
lock_guardhttps://cppreference.com/cpp/thread/lock_guard
scoped_lockhttps://cppreference.com/cpp/thread/scoped_lock
unique_lockhttps://cppreference.com/cpp/thread/unique_lock
shared_lockhttps://cppreference.com/cpp/thread/shared_lock
once_flaghttps://cppreference.com/cpp/thread/once_flag
call_oncehttps://cppreference.com/cpp/thread/call_once
try_lockhttps://cppreference.com/cpp/thread/try_lock
defer_locktry_to_lockadopt_lockdefer_lock_ttry_to_lock_tadopt_lock_thttps://cppreference.com/cpp/thread/lock_tag
Condition variableshttps://cppreference.com/cpp/thread#Condition_variables
condition_variablehttps://cppreference.com/cpp/thread/condition_variable
condition_variable_anyhttps://cppreference.com/cpp/thread/condition_variable_any
notify_all_at_thread_exithttps://cppreference.com/cpp/thread/notify_all_at_thread_exit
cv_statushttps://cppreference.com/cpp/thread/cv_status
Semaphoreshttps://cppreference.com/cpp/thread#Semaphores
counting_semaphorebinary_semaphorehttps://cppreference.com/cpp/thread/counting_semaphore
Latches and Barriershttps://cppreference.com/cpp/thread#Latches_and_Barriers
latchhttps://cppreference.com/cpp/thread/latch
barrierhttps://cppreference.com/cpp/thread/barrier
Futureshttps://cppreference.com/cpp/thread#Futures
promisehttps://cppreference.com/cpp/thread/promise
futurehttps://cppreference.com/cpp/thread/future
shared_futurehttps://cppreference.com/cpp/thread/shared_future
packaged_taskhttps://cppreference.com/cpp/thread/packaged_task
asynchttps://cppreference.com/cpp/thread/async
launchhttps://cppreference.com/cpp/thread/launch
future_statushttps://cppreference.com/cpp/thread/future_status
future_errorhttps://cppreference.com/cpp/thread/future_error
future_categoryhttps://cppreference.com/cpp/thread/future_category
future_errchttps://cppreference.com/cpp/thread/future_errc
Safe Reclamationhttps://cppreference.com/cpp/thread#Safe_Reclamation
Read-Copy-Update Mechanismhttps://cppreference.com/cpp/thread#Read-Copy-Update_Mechanism
rcu_obj_basehttps://cppreference.com/index.php?title=cpp/thread/rcu_obj_base&action=edit&redlink=1
rcu_domainhttps://cppreference.com/index.php?title=cpp/thread/rcu_domain&action=edit&redlink=1
rcu_default_domainhttps://cppreference.com/index.php?title=cpp/thread/rcu_default_domain&action=edit&redlink=1
rcu_synchronizehttps://cppreference.com/index.php?title=cpp/thread/rcu_synchronize&action=edit&redlink=1
rcu_barrierhttps://cppreference.com/index.php?title=cpp/thread/rcu_barrier&action=edit&redlink=1
rcu_retirehttps://cppreference.com/index.php?title=cpp/thread/rcu_retire&action=edit&redlink=1
Hazard Pointershttps://cppreference.com/cpp/thread#Hazard_Pointers
hazard_pointer_obj_basehttps://cppreference.com/index.php?title=cpp/thread/hazard_pointer_obj_base&action=edit&redlink=1
hazard_pointerhttps://cppreference.com/index.php?title=cpp/thread/hazard_pointer&action=edit&redlink=1
make_hazard_pointerhttps://cppreference.com/index.php?title=cpp/thread/make_hazard_pointer&action=edit&redlink=1
Atomic typeshttps://cppreference.com/cpp/thread#Atomic_types
atomichttps://cppreference.com/cpp/atomic/atomic
atomic_refhttps://cppreference.com/cpp/atomic/atomic_ref
Initialization of atomic typeshttps://cppreference.com/cpp/thread#Initialization
atomic_inithttps://cppreference.com/cpp/atomic/atomic_init
ATOMIC_VAR_INIThttps://cppreference.com/cpp/atomic/ATOMIC_VAR_INIT
ATOMIC_FLAG_INIThttps://cppreference.com/cpp/atomic/ATOMIC_FLAG_INIT
Memory orderinghttps://cppreference.com/cpp/thread#Memory_synchronization_ordering
memory_orderhttps://cppreference.com/cpp/atomic/memory_order
kill_dependencyhttps://cppreference.com/cpp/atomic/kill_dependency
atomic_thread_fencehttps://cppreference.com/cpp/atomic/atomic_thread_fence
atomic_signal_fencehttps://cppreference.com/cpp/atomic/atomic_signal_fence
Free functions for atomic operationshttps://cppreference.com/cpp/thread#Operations_on_atomic_types
atomic_storeatomic_store_explicithttps://cppreference.com/cpp/atomic/atomic_store
atomic_loadatomic_load_explicithttps://cppreference.com/cpp/atomic/atomic_load
atomic_exchangeatomic_exchange_explicithttps://cppreference.com/cpp/atomic/atomic_exchange
atomic_compare_exchange_weakatomic_compare_exchange_weak_explicitatomic_compare_exchange_strongatomic_compare_exchange_strong_explicithttps://cppreference.com/cpp/atomic/atomic_compare_exchange
atomic_fetch_addatomic_fetch_add_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_add
atomic_fetch_subatomic_fetch_sub_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_sub
atomic_fetch_andatomic_fetch_and_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_and
atomic_fetch_oratomic_fetch_or_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_or
atomic_fetch_xoratomic_fetch_xor_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_xor
atomic_fetch_maxatomic_fetch_max_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_max
atomic_fetch_minatomic_fetch_min_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_min
atomic_is_lock_freehttps://cppreference.com/cpp/atomic/atomic_is_lock_free
atomic_waitatomic_wait_explicithttps://cppreference.com/cpp/atomic/atomic_wait
atomic_notify_onehttps://cppreference.com/cpp/atomic/atomic_notify_one
atomic_notify_allhttps://cppreference.com/cpp/atomic/atomic_notify_all
Free functions for atomic flagshttps://cppreference.com/cpp/thread#Flag_type_and_operations
atomic_flag_test_and_setatomic_flag_test_and_set_explicithttps://cppreference.com/cpp/atomic/atomic_flag_test_and_set
atomic_flag_clearatomic_flag_clear_explicithttps://cppreference.com/cpp/atomic/atomic_flag_clear
atomic_flag_testatomic_flag_test_explicithttps://cppreference.com/cpp/atomic/atomic_flag_test
atomic_flag_waitatomic_flag_wait_explicithttps://cppreference.com/cpp/atomic/atomic_flag_wait
atomic_flag_notify_onehttps://cppreference.com/cpp/atomic/atomic_flag_notify_one
atomic_flag_notify_allhttps://cppreference.com/cpp/atomic/atomic_flag_notify_all
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/navbar_content&action=edit
atomic_flag::atomic_flaghttps://cppreference.com/cpp/atomic/atomic_flag/atomic_flag
atomic_flag::operator=https://cppreference.com/cpp/atomic/atomic_flag/operator%3D
atomic_flag::clearhttps://cppreference.com/cpp/atomic/atomic_flag/clear
atomic_flag::test_and_sethttps://cppreference.com/cpp/atomic/atomic_flag/test_and_set
atomic_flag::testhttps://cppreference.com/cpp/atomic/atomic_flag/test
atomic_flag::waithttps://cppreference.com/cpp/atomic/atomic_flag/wait
atomic_flag::notify_onehttps://cppreference.com/cpp/atomic/atomic_flag/notify_one
atomic_flag::notify_allhttps://cppreference.com/cpp/atomic/atomic_flag/notify_all
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_flag/navbar_content&action=edit
https://cppreference.com/cpp/header/atomic
(constructor)https://cppreference.com/cpp/atomic/atomic_flag/atomic_flag
operator=https://cppreference.com/cpp/atomic/atomic_flag/operator%3D
clearhttps://cppreference.com/cpp/atomic/atomic_flag/clear
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_flag/dsc_clear&action=edit
test_and_sethttps://cppreference.com/cpp/atomic/atomic_flag/test_and_set
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_flag/dsc_test_and_set&action=edit
testhttps://cppreference.com/cpp/atomic/atomic_flag/test
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_flag/dsc_test&action=edit
waithttps://cppreference.com/cpp/atomic/atomic_flag/wait
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic/dsc_wait&action=edit
notify_onehttps://cppreference.com/cpp/atomic/atomic_flag/notify_one
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic/dsc_notify_one&action=edit
notify_allhttps://cppreference.com/cpp/atomic/atomic_flag/notify_all
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic/dsc_notify_all&action=edit
spinlockhttps://en.wikipedia.org/wiki/Spinlock
extremely dubioushttps://www.realworldtech.com/forum/?threadid=189711&curpostid=189723
atomic_flag_test_and_setatomic_flag_test_and_set_explicithttps://cppreference.com/cpp/atomic/atomic_flag_test_and_set
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_flag_test_and_set&action=edit
atomic_flag_clearatomic_flag_clear_explicithttps://cppreference.com/cpp/atomic/atomic_flag_clear
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_flag_clear&action=edit
atomic_flag_waitatomic_flag_wait_explicithttps://cppreference.com/cpp/atomic/atomic_flag_wait
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_flag_wait&action=edit
atomic_flag_notify_onehttps://cppreference.com/cpp/atomic/atomic_flag_notify_one
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_flag_notify_one&action=edit
atomic_flag_notify_allhttps://cppreference.com/cpp/atomic/atomic_flag_notify_all
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_flag_notify_all&action=edit
ATOMIC_FLAG_INIThttps://cppreference.com/cpp/atomic/ATOMIC_FLAG_INIT
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/dsc_ATOMIC_FLAG_INIT&action=edit
C documentationhttps://cppreference.com/c/atomic/atomic_flag
Categorieshttps://cppreference.com/Special:Categories
Pages using deprecated source tagshttps://cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttps://cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Support ushttp://www.cppreference.com/support
Recent changeshttps://cppreference.com/Special:RecentChanges
FAQhttps://cppreference.com/Cppreference:FAQ
Offline versionhttps://cppreference.com/Cppreference:Archives
https://cppreference.com/cpp/atomic/atomic_flag
What links herehttps://cppreference.com/Special:WhatLinksHere/cpp/atomic/atomic_flag
Related changeshttps://cppreference.com/Special:RecentChangesLinked/cpp/atomic/atomic_flag
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://cppreference.com/index.php?title=cpp/atomic/atomic_flag&oldid=183193
Page informationhttps://cppreference.com/index.php?title=cpp/atomic/atomic_flag&action=info
Deutschhttps://de.cppreference.com/cpp/atomic/atomic_flag
Españolhttp://es.cppreference.com/cpp/atomic/atomic_flag
Françaishttp://fr.cppreference.com/cpp/atomic/atomic_flag
Italianohttp://it.cppreference.com/cpp/atomic/atomic_flag
日本語http://ja.cppreference.com/cpp/atomic/atomic_flag
Portuguêshttp://pt.cppreference.com/cpp/atomic/atomic_flag
Русскийhttp://ru.cppreference.com/cpp/atomic/atomic_flag
中文http://zh.cppreference.com/cpp/atomic/atomic_flag

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.