René's URL Explorer Experiment


Title: 并发支持库 (C++11 起) - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://zh.cppreference.com/
创建账号https://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp%2Fthread
登录https://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Fthread
页面https://zh.cppreference.com/cpp/thread
讨论https://zh.cppreference.com/Talk:cpp/thread
https://zh.cppreference.com/cpp/thread
不转换https://zh.cppreference.com/index.php?title=cpp/thread&variant=zh
简体https://zh.cppreference.com/index.php?title=cpp/thread&variant=zh-hans
繁體https://zh.cppreference.com/index.php?title=cpp/thread&variant=zh-hant
大陆简体https://zh.cppreference.com/index.php?title=cpp/thread&variant=zh-cn
香港繁體https://zh.cppreference.com/index.php?title=cpp/thread&variant=zh-hk
澳門繁體https://zh.cppreference.com/index.php?title=cpp/thread&variant=zh-mo
大马简体https://zh.cppreference.com/index.php?title=cpp/thread&variant=zh-my
新加坡简体https://zh.cppreference.com/index.php?title=cpp/thread&variant=zh-sg
臺灣正體https://zh.cppreference.com/index.php?title=cpp/thread&variant=zh-tw
阅读https://zh.cppreference.com/cpp/thread
查看源代码https://zh.cppreference.com/index.php?title=cpp/thread&action=edit
查看历史https://zh.cppreference.com/index.php?title=cpp/thread&action=history
https://zh.cppreference.com/cpp/thread
cpphttps://zh.cppreference.com/cpp
C++https://zh.cppreference.com/cpp
编译器支持https://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现https://zh.cppreference.com/cpp/freestanding
语言https://zh.cppreference.com/cpp/language
标准库https://zh.cppreference.com/cpp/standard_library
标准库标头https://zh.cppreference.com/cpp/header
具名要求https://zh.cppreference.com/cpp/named_req
功能特性测试宏https://zh.cppreference.com/cpp/feature_test
语言支持库https://zh.cppreference.com/cpp/utility#语言支持
概念库https://zh.cppreference.com/cpp/concepts
诊断库https://zh.cppreference.com/cpp/error
内存管理库https://zh.cppreference.com/cpp/memory
元编程库https://zh.cppreference.com/cpp/meta
通用工具库https://zh.cppreference.com/cpp/utility
容器库https://zh.cppreference.com/cpp/container
迭代器库https://zh.cppreference.com/cpp/iterator
范围库https://zh.cppreference.com/cpp/ranges
算法库https://zh.cppreference.com/cpp/algorithm
字符串库https://zh.cppreference.com/cpp/string
文本处理库https://zh.cppreference.com/cpp/text
数值库https://zh.cppreference.com/cpp/numeric
日期和时间库https://zh.cppreference.com/cpp/chrono
输入/输出库https://zh.cppreference.com/cpp/io
文件系统库https://zh.cppreference.com/cpp/filesystem
执行控制库https://zh.cppreference.com/cpp/execution
技术规范https://zh.cppreference.com/cpp/experimental
符号索引https://zh.cppreference.com/cpp/symbol_index
外部库https://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
线程https://zh.cppreference.com/cpp/thread#线程
threadhttps://zh.cppreference.com/cpp/thread/thread
jthreadhttps://zh.cppreference.com/cpp/thread/jthread
hardware_destructive_interference_sizehardware_constructive_interference_sizehttps://zh.cppreference.com/cpp/thread/hardware_destructive_interference_size
this_thread 命名空间https://zh.cppreference.com/cpp/thread#管理当前线程的函数
get_idhttps://zh.cppreference.com/cpp/thread/get_id
yieldhttps://zh.cppreference.com/cpp/thread/yield
sleep_forhttps://zh.cppreference.com/cpp/thread/sleep_for
sleep_untilhttps://zh.cppreference.com/cpp/thread/sleep_until
协作式取消https://zh.cppreference.com/cpp/thread#协作式取消
stop_tokenhttps://zh.cppreference.com/cpp/thread/stop_token
inplace_stop_tokenhttps://zh.cppreference.com/index.php?title=cpp/thread/inplace_stop_token&action=edit&redlink=1
never_stop_tokenhttps://zh.cppreference.com/cpp/thread/never_stop_token
stop_sourcehttps://zh.cppreference.com/cpp/thread/stop_source
inplace_stop_sourcehttps://zh.cppreference.com/index.php?title=cpp/thread/inplace_stop_source&action=edit&redlink=1
stop_callbackhttps://zh.cppreference.com/cpp/thread/stop_callback
inplace_stop_callbackhttps://zh.cppreference.com/index.php?title=cpp/thread/inplace_stop_callback&action=edit&redlink=1
stop_callback_for_thttps://zh.cppreference.com/cpp/thread/stop_callback_for_t
stoppable_tokenhttps://zh.cppreference.com/cpp/thread/stoppable_token
unstoppable_tokenhttps://zh.cppreference.com/cpp/thread/unstoppable_token
stoppable-sourcehttps://zh.cppreference.com/index.php?title=cpp/thread/stoppable_source&action=edit&redlink=1
stoppable-callback-forhttps://zh.cppreference.com/index.php?title=cpp/thread/stoppable_callback_for&action=edit&redlink=1
互斥https://zh.cppreference.com/cpp/thread#互斥
mutexhttps://zh.cppreference.com/cpp/thread/mutex
recursive_mutexhttps://zh.cppreference.com/cpp/thread/recursive_mutex
shared_mutexhttps://zh.cppreference.com/cpp/thread/shared_mutex
timed_mutexhttps://zh.cppreference.com/cpp/thread/timed_mutex
recursive_timed_mutexhttps://zh.cppreference.com/cpp/thread/recursive_timed_mutex
shared_timed_mutexhttps://zh.cppreference.com/cpp/thread/shared_timed_mutex
通用锁管理https://zh.cppreference.com/cpp/thread#通用互斥体管理
lockhttps://zh.cppreference.com/cpp/thread/lock
lock_guardhttps://zh.cppreference.com/cpp/thread/lock_guard
scoped_lockhttps://zh.cppreference.com/cpp/thread/scoped_lock
unique_lockhttps://zh.cppreference.com/cpp/thread/unique_lock
shared_lockhttps://zh.cppreference.com/cpp/thread/shared_lock
once_flaghttps://zh.cppreference.com/cpp/thread/once_flag
call_oncehttps://zh.cppreference.com/cpp/thread/call_once
try_lockhttps://zh.cppreference.com/cpp/thread/try_lock
defer_locktry_to_lockadopt_lockdefer_lock_ttry_to_lock_tadopt_lock_thttps://zh.cppreference.com/cpp/thread/lock_tag
条件变量https://zh.cppreference.com/cpp/thread#条件变量
condition_variablehttps://zh.cppreference.com/cpp/thread/condition_variable
condition_variable_anyhttps://zh.cppreference.com/cpp/thread/condition_variable_any
notify_all_at_thread_exithttps://zh.cppreference.com/cpp/thread/notify_all_at_thread_exit
cv_statushttps://zh.cppreference.com/cpp/thread/cv_status
信号量https://zh.cppreference.com/cpp/thread#信号量
counting_semaphorebinary_semaphorehttps://zh.cppreference.com/cpp/thread/counting_semaphore
闩与屏障https://zh.cppreference.com/cpp/thread#闩与屏障
latchhttps://zh.cppreference.com/cpp/thread/latch
barrierhttps://zh.cppreference.com/cpp/thread/barrier
未来体https://zh.cppreference.com/cpp/thread#未来体
promisehttps://zh.cppreference.com/cpp/thread/promise
futurehttps://zh.cppreference.com/cpp/thread/future
shared_futurehttps://zh.cppreference.com/cpp/thread/shared_future
packaged_taskhttps://zh.cppreference.com/cpp/thread/packaged_task
asynchttps://zh.cppreference.com/cpp/thread/async
launchhttps://zh.cppreference.com/cpp/thread/launch
future_statushttps://zh.cppreference.com/cpp/thread/future_status
future_errorhttps://zh.cppreference.com/cpp/thread/future_error
future_categoryhttps://zh.cppreference.com/cpp/thread/future_category
future_errchttps://zh.cppreference.com/cpp/thread/future_errc
安全回收https://zh.cppreference.com/cpp/thread#安全回收
读-复制-更新机制https://zh.cppreference.com/cpp/thread#读-复制-更新机制
rcu_obj_basehttps://zh.cppreference.com/index.php?title=cpp/thread/rcu_obj_base&action=edit&redlink=1
rcu_domainhttps://zh.cppreference.com/index.php?title=cpp/thread/rcu_domain&action=edit&redlink=1
rcu_default_domainhttps://zh.cppreference.com/index.php?title=cpp/thread/rcu_default_domain&action=edit&redlink=1
rcu_synchronizehttps://zh.cppreference.com/index.php?title=cpp/thread/rcu_synchronize&action=edit&redlink=1
rcu_barrierhttps://zh.cppreference.com/index.php?title=cpp/thread/rcu_barrier&action=edit&redlink=1
rcu_retirehttps://zh.cppreference.com/index.php?title=cpp/thread/rcu_retire&action=edit&redlink=1
风险指针https://zh.cppreference.com/cpp/thread#风险指针
hazard_pointer_obj_basehttps://zh.cppreference.com/index.php?title=cpp/thread/hazard_pointer_obj_base&action=edit&redlink=1
hazard_pointerhttps://zh.cppreference.com/index.php?title=cpp/thread/hazard_pointer&action=edit&redlink=1
make_hazard_pointerhttps://zh.cppreference.com/index.php?title=cpp/thread/make_hazard_pointer&action=edit&redlink=1
原子类型https://zh.cppreference.com/cpp/thread#原子类型
atomichttps://zh.cppreference.com/cpp/atomic/atomic
atomic_refhttps://zh.cppreference.com/cpp/atomic/atomic_ref
atomic_flaghttps://zh.cppreference.com/cpp/atomic/atomic_flag
原子类型的初始化https://zh.cppreference.com/cpp/thread#初始化
atomic_inithttps://zh.cppreference.com/cpp/atomic/atomic_init
ATOMIC_VAR_INIThttps://zh.cppreference.com/cpp/atomic/ATOMIC_VAR_INIT
ATOMIC_FLAG_INIThttps://zh.cppreference.com/cpp/atomic/ATOMIC_FLAG_INIT
内存定序https://zh.cppreference.com/cpp/thread#内存同步定序
memory_orderhttps://zh.cppreference.com/cpp/atomic/memory_order
kill_dependencyhttps://zh.cppreference.com/cpp/atomic/kill_dependency
atomic_thread_fencehttps://zh.cppreference.com/cpp/atomic/atomic_thread_fence
atomic_signal_fencehttps://zh.cppreference.com/cpp/atomic/atomic_signal_fence
原子操作的自由函数https://zh.cppreference.com/cpp/thread#原子类型上的操作
atomic_storeatomic_store_explicithttps://zh.cppreference.com/cpp/atomic/atomic_store
atomic_loadatomic_load_explicithttps://zh.cppreference.com/cpp/atomic/atomic_load
atomic_exchangeatomic_exchange_explicithttps://zh.cppreference.com/cpp/atomic/atomic_exchange
atomic_compare_exchange_weakatomic_compare_exchange_weak_explicitatomic_compare_exchange_strongatomic_compare_exchange_strong_explicithttps://zh.cppreference.com/cpp/atomic/atomic_compare_exchange
atomic_fetch_addatomic_fetch_add_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_add
atomic_fetch_subatomic_fetch_sub_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_sub
atomic_fetch_andatomic_fetch_and_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_and
atomic_fetch_oratomic_fetch_or_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_or
atomic_fetch_xoratomic_fetch_xor_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_xor
atomic_fetch_maxatomic_fetch_max_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_max
atomic_fetch_minatomic_fetch_min_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_min
atomic_is_lock_freehttps://zh.cppreference.com/cpp/atomic/atomic_is_lock_free
atomic_waitatomic_wait_explicithttps://zh.cppreference.com/cpp/atomic/atomic_wait
atomic_notify_onehttps://zh.cppreference.com/cpp/atomic/atomic_notify_one
atomic_notify_allhttps://zh.cppreference.com/cpp/atomic/atomic_notify_all
原子标志的自由函数https://zh.cppreference.com/cpp/thread#标志类型及操作
atomic_flag_test_and_setatomic_flag_test_and_set_explicithttps://zh.cppreference.com/cpp/atomic/atomic_flag_test_and_set
atomic_flag_clearatomic_flag_clear_explicithttps://zh.cppreference.com/cpp/atomic/atomic_flag_clear
atomic_flag_testatomic_flag_test_explicithttps://zh.cppreference.com/cpp/atomic/atomic_flag_test
atomic_flag_waitatomic_flag_wait_explicithttps://zh.cppreference.com/cpp/atomic/atomic_flag_wait
atomic_flag_notify_onehttps://zh.cppreference.com/cpp/atomic/atomic_flag_notify_one
atomic_flag_notify_allhttps://zh.cppreference.com/cpp/atomic/atomic_flag_notify_all
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/navbar_content&action=edit
1 线程https://zh.cppreference.com/cpp/thread#线程
1.1 管理当前线程的函数https://zh.cppreference.com/cpp/thread#管理当前线程的函数
2 协作式取消 (C++20 起)https://zh.cppreference.com/cpp/thread#协作式取消_(C++20_起)
2.1 停止令牌类型https://zh.cppreference.com/cpp/thread#停止令牌类型
2.2 停止源类型https://zh.cppreference.com/cpp/thread#停止源类型
2.3 停止回调类型https://zh.cppreference.com/cpp/thread#停止回调类型
2.4 概念 (C++26 起)https://zh.cppreference.com/cpp/thread#概念_(C++26_起)
3 缓存大小访问 (C++17 起)https://zh.cppreference.com/cpp/thread#缓存大小访问_(C++17_起)
4 原子操作https://zh.cppreference.com/cpp/thread#原子操作
4.1 原子类型https://zh.cppreference.com/cpp/thread#原子类型
4.2 原子类型上的操作https://zh.cppreference.com/cpp/thread#原子类型上的操作
4.3 标志类型及操作https://zh.cppreference.com/cpp/thread#标志类型及操作
4.4 初始化https://zh.cppreference.com/cpp/thread#初始化
4.5 内存同步定序https://zh.cppreference.com/cpp/thread#内存同步定序
4.6 C 兼容宏 (C++23 起)https://zh.cppreference.com/cpp/thread#C_兼容宏_(C++23_起)
5 互斥https://zh.cppreference.com/cpp/thread#互斥
5.1 通用互斥体管理https://zh.cppreference.com/cpp/thread#通用互斥体管理
5.2 通用锁定算法https://zh.cppreference.com/cpp/thread#通用锁定算法
5.3 单次调用https://zh.cppreference.com/cpp/thread#单次调用
6 条件变量https://zh.cppreference.com/cpp/thread#条件变量
7 信号量 (C++20 起)https://zh.cppreference.com/cpp/thread#信号量_(C++20_起)
8 闩与屏障 (C++20 起)https://zh.cppreference.com/cpp/thread#闩与屏障_(C++20_起)
9 未来体https://zh.cppreference.com/cpp/thread#未来体
9.1 未来体错误https://zh.cppreference.com/cpp/thread#未来体错误
10 安全回收 (C++26 起)https://zh.cppreference.com/cpp/thread#安全回收_(C++26_起)
10.1 读-复制-更新机制https://zh.cppreference.com/cpp/thread#读-复制-更新机制
10.2 风险指针https://zh.cppreference.com/cpp/thread#风险指针
11 参阅https://zh.cppreference.com/cpp/thread#参阅
https://zh.cppreference.com/cpp/header/thread
threadhttps://zh.cppreference.com/cpp/thread/thread
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_thread&action=edit
jthreadhttps://zh.cppreference.com/cpp/thread/jthread
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_jthread&action=edit
yieldhttps://zh.cppreference.com/cpp/thread/yield
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_yield&action=edit
get_idhttps://zh.cppreference.com/cpp/thread/get_id
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_get_id&action=edit
sleep_forhttps://zh.cppreference.com/cpp/thread/sleep_for
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_sleep_for&action=edit
sleep_untilhttps://zh.cppreference.com/cpp/thread/sleep_until
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_sleep_until&action=edit
stoppable-sourcehttps://zh.cppreference.com/index.php?title=cpp/thread/stoppable-source&action=edit&redlink=1
stoppable_tokenhttps://zh.cppreference.com/cpp/thread/stoppable_token
stoppable-callback-forhttps://zh.cppreference.com/index.php?title=cpp/thread/stoppable-callback-for&action=edit&redlink=1
https://zh.cppreference.com/cpp/header/stop_token
stop_tokenhttps://zh.cppreference.com/cpp/thread/stop_token
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_stop_token&action=edit
never_stop_tokenhttps://zh.cppreference.com/cpp/thread/never_stop_token
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_never_stop_token&action=edit
inplace_stop_tokenhttps://zh.cppreference.com/index.php?title=cpp/thread/inplace_stop_token&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_inplace_stop_token&action=edit
stop_sourcehttps://zh.cppreference.com/cpp/thread/stop_source
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_stop_source&action=edit
inplace_stop_sourcehttps://zh.cppreference.com/index.php?title=cpp/thread/inplace_stop_source&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_inplace_stop_source&action=edit
stop_callbackhttps://zh.cppreference.com/cpp/thread/stop_callback
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_stop_callback&action=edit
inplace_stop_callbackhttps://zh.cppreference.com/index.php?title=cpp/thread/inplace_stop_callback&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_inplace_stop_callback&action=edit
stop_callback_for_thttps://zh.cppreference.com/cpp/thread/stop_callback_for_t
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_stop_callback_for_t&action=edit
stoppable_tokenhttps://zh.cppreference.com/cpp/thread/stoppable_token
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_stoppable_token&action=edit
unstoppable_tokenhttps://zh.cppreference.com/cpp/thread/unstoppable_token
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_unstoppable_token&action=edit
stoppable-sourcehttps://zh.cppreference.com/index.php?title=cpp/thread/stoppable-source&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_stoppable_source&action=edit
stoppable-callback-forhttps://zh.cppreference.com/index.php?title=cpp/thread/stoppable-callback-for&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_stoppable_callback_for&action=edit
https://zh.cppreference.com/cpp/header/new
hardware_destructive_interference_sizehardware_constructive_interference_sizehttps://zh.cppreference.com/cpp/thread/hardware_destructive_interference_size
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_hardware_destructive_interference_size&action=edit
不存在数据竞争https://zh.cppreference.com/cpp/language/memory_model#线程与数据竞争
https://zh.cppreference.com/cpp/header/atomic
atomichttps://zh.cppreference.com/cpp/atomic/atomic
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic&action=edit
atomic_refhttps://zh.cppreference.com/cpp/atomic/atomic_ref
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_ref&action=edit
atomic_is_lock_freehttps://zh.cppreference.com/cpp/atomic/atomic_is_lock_free
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_is_lock_free&action=edit
atomic_storeatomic_store_explicithttps://zh.cppreference.com/cpp/atomic/atomic_store
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_store&action=edit
atomic_loadatomic_load_explicithttps://zh.cppreference.com/cpp/atomic/atomic_load
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_load&action=edit
atomic_exchangeatomic_exchange_explicithttps://zh.cppreference.com/cpp/atomic/atomic_exchange
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_exchange&action=edit
atomic_compare_exchange_weakatomic_compare_exchange_weak_explicitatomic_compare_exchange_strongatomic_compare_exchange_strong_explicithttps://zh.cppreference.com/cpp/atomic/atomic_compare_exchange
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_compare_exchange&action=edit
atomic_fetch_addatomic_fetch_add_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_add
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_fetch_add&action=edit
atomic_fetch_subatomic_fetch_sub_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_sub
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_fetch_sub&action=edit
atomic_fetch_andatomic_fetch_and_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_and
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_fetch_and&action=edit
atomic_fetch_oratomic_fetch_or_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_or
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_fetch_or&action=edit
atomic_fetch_xoratomic_fetch_xor_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_xor
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_fetch_xor&action=edit
atomic_fetch_maxatomic_fetch_max_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_max
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_fetch_max&action=edit
atomic_fetch_minatomic_fetch_min_explicithttps://zh.cppreference.com/cpp/atomic/atomic_fetch_min
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_fetch_min&action=edit
atomic_waitatomic_wait_explicithttps://zh.cppreference.com/cpp/atomic/atomic_wait
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_wait&action=edit
atomic_notify_onehttps://zh.cppreference.com/cpp/atomic/atomic_notify_one
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_notify_one&action=edit
atomic_notify_allhttps://zh.cppreference.com/cpp/atomic/atomic_notify_all
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_notify_all&action=edit
atomic_flaghttps://zh.cppreference.com/cpp/atomic/atomic_flag
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_flag&action=edit
atomic_flag_test_and_setatomic_flag_test_and_set_explicithttps://zh.cppreference.com/cpp/atomic/atomic_flag_test_and_set
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_flag_test_and_set&action=edit
atomic_flag_clearatomic_flag_clear_explicithttps://zh.cppreference.com/cpp/atomic/atomic_flag_clear
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_flag_clear&action=edit
atomic_flag_testatomic_flag_test_explicithttps://zh.cppreference.com/cpp/atomic/atomic_flag_test
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_flag_test&action=edit
atomic_flag_waitatomic_flag_wait_explicithttps://zh.cppreference.com/cpp/atomic/atomic_flag_wait
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_flag_wait&action=edit
atomic_flag_notify_onehttps://zh.cppreference.com/cpp/atomic/atomic_flag_notify_one
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_flag_notify_one&action=edit
atomic_flag_notify_allhttps://zh.cppreference.com/cpp/atomic/atomic_flag_notify_all
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_flag_notify_all&action=edit
atomic_inithttps://zh.cppreference.com/cpp/atomic/atomic_init
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_init&action=edit
ATOMIC_VAR_INIThttps://zh.cppreference.com/cpp/atomic/ATOMIC_VAR_INIT
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_ATOMIC_VAR_INIT&action=edit
ATOMIC_FLAG_INIThttps://zh.cppreference.com/cpp/atomic/ATOMIC_FLAG_INIT
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_ATOMIC_FLAG_INIT&action=edit
memory_orderhttps://zh.cppreference.com/cpp/atomic/memory_order
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_memory_order&action=edit
kill_dependencyhttps://zh.cppreference.com/cpp/atomic/kill_dependency
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_kill_dependency&action=edit
atomic_thread_fencehttps://zh.cppreference.com/cpp/atomic/atomic_thread_fence
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_thread_fence&action=edit
atomic_signal_fencehttps://zh.cppreference.com/cpp/atomic/atomic_signal_fence
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic_signal_fence&action=edit
https://zh.cppreference.com/cpp/header/stdatomic.h
_Atomichttps://zh.cppreference.com/cpp/atomic/atomic
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/atomic/dsc_Atomic&action=edit
https://zh.cppreference.com/cpp/header/mutex
mutexhttps://zh.cppreference.com/cpp/thread/mutex
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_mutex&action=edit
timed_mutexhttps://zh.cppreference.com/cpp/thread/timed_mutex
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_timed_mutex&action=edit
recursive_mutexhttps://zh.cppreference.com/cpp/thread/recursive_mutex
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_recursive_mutex&action=edit
recursive_timed_mutexhttps://zh.cppreference.com/cpp/thread/recursive_timed_mutex
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_recursive_timed_mutex&action=edit
https://zh.cppreference.com/cpp/header/shared_mutex
shared_mutexhttps://zh.cppreference.com/cpp/thread/shared_mutex
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_shared_mutex&action=edit
shared_timed_mutexhttps://zh.cppreference.com/cpp/thread/shared_timed_mutex
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_shared_timed_mutex&action=edit
https://zh.cppreference.com/cpp/header/mutex
lock_guardhttps://zh.cppreference.com/cpp/thread/lock_guard
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_lock_guard&action=edit
scoped_lockhttps://zh.cppreference.com/cpp/thread/scoped_lock
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_scoped_lock&action=edit
unique_lockhttps://zh.cppreference.com/cpp/thread/unique_lock
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_unique_lock&action=edit
shared_lockhttps://zh.cppreference.com/cpp/thread/shared_lock
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_shared_lock&action=edit
defer_locktry_to_lockadopt_lockdefer_lock_ttry_to_lock_tadopt_lock_thttps://zh.cppreference.com/cpp/thread/lock_tag
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_lock_tag&action=edit
try_lockhttps://zh.cppreference.com/cpp/thread/try_lock
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_try_lock&action=edit
lockhttps://zh.cppreference.com/cpp/thread/lock
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_lock&action=edit
once_flaghttps://zh.cppreference.com/cpp/thread/once_flag
call_oncehttps://zh.cppreference.com/cpp/thread/call_once
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_once_flag&action=edit
call_oncehttps://zh.cppreference.com/cpp/thread/call_once
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_call_once&action=edit
https://zh.cppreference.com/cpp/header/condition_variable
condition_variablehttps://zh.cppreference.com/cpp/thread/condition_variable
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_condition_variable&action=edit
condition_variable_anyhttps://zh.cppreference.com/cpp/thread/condition_variable_any
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_condition_variable_any&action=edit
notify_all_at_thread_exithttps://zh.cppreference.com/cpp/thread/notify_all_at_thread_exit
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_notify_all_at_thread_exit&action=edit
cv_statushttps://zh.cppreference.com/cpp/thread/cv_status
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_cv_status&action=edit
https://zh.cppreference.com/cpp/header/semaphore
counting_semaphorehttps://zh.cppreference.com/cpp/thread/counting_semaphore
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_counting_semaphore&action=edit
binary_semaphorehttps://zh.cppreference.com/cpp/thread/counting_semaphore
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_binary_semaphore&action=edit
https://zh.cppreference.com/cpp/header/latch
latchhttps://zh.cppreference.com/cpp/thread/latch
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_latch&action=edit
https://zh.cppreference.com/cpp/header/barrier
barrierhttps://zh.cppreference.com/cpp/thread/barrier
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_barrier&action=edit
https://zh.cppreference.com/cpp/header/future
promisehttps://zh.cppreference.com/cpp/thread/promise
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_promise&action=edit
packaged_taskhttps://zh.cppreference.com/cpp/thread/packaged_task
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_packaged_task&action=edit
futurehttps://zh.cppreference.com/cpp/thread/future
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_future&action=edit
shared_futurehttps://zh.cppreference.com/cpp/thread/shared_future
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_shared_future&action=edit
asynchttps://zh.cppreference.com/cpp/thread/async
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_async&action=edit
launchhttps://zh.cppreference.com/cpp/thread/launch
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_launch&action=edit
future_statushttps://zh.cppreference.com/cpp/thread/future_status
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_future_status&action=edit
future_errorhttps://zh.cppreference.com/cpp/thread/future_error
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_future_error&action=edit
future_categoryhttps://zh.cppreference.com/cpp/thread/future_category
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_future_category&action=edit
future_errchttps://zh.cppreference.com/cpp/thread/future_errc
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_future_errc&action=edit
https://zh.cppreference.com/cpp/header/rcu
rcu_obj_basehttps://zh.cppreference.com/index.php?title=cpp/thread/rcu_obj_base&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_rcu_obj_base&action=edit
rcu_domainhttps://zh.cppreference.com/index.php?title=cpp/thread/rcu_domain&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_rcu_domain&action=edit
rcu_default_domainhttps://zh.cppreference.com/index.php?title=cpp/thread/rcu_default_domain&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_rcu_default_domain&action=edit
rcu_synchronizehttps://zh.cppreference.com/index.php?title=cpp/thread/rcu_synchronize&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_rcu_synchronize&action=edit
rcu_barrierhttps://zh.cppreference.com/index.php?title=cpp/thread/rcu_barrier&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_rcu_barrier&action=edit
rcu_retirehttps://zh.cppreference.com/index.php?title=cpp/thread/rcu_retire&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_rcu_retire&action=edit
https://zh.cppreference.com/cpp/header/hazard_pointer
hazard_pointer_obj_basehttps://zh.cppreference.com/index.php?title=cpp/thread/hazard_pointer_obj_base&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_hazard_pointer_obj_base&action=edit
hazard_pointerhttps://zh.cppreference.com/index.php?title=cpp/thread/hazard_pointer&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_hazard_pointer&action=edit
make_hazard_pointerhttps://zh.cppreference.com/index.php?title=cpp/thread/make_hazard_pointer&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/dsc_make_hazard_pointer&action=edit
C 文档https://zh.cppreference.com/c/thread
首页https://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改https://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面https://zh.cppreference.com/Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2
MediaWiki帮助https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
https://zh.cppreference.com/cpp/thread
链入页面https://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/thread
相关更改https://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/thread
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面https://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接https://zh.cppreference.com/index.php?title=cpp/thread&oldid=100115
页面信息https://zh.cppreference.com/index.php?title=cpp/thread&action=info
العربيةhttp://ar.cppreference.com/cpp/thread
Deutschhttps://de.cppreference.com/cpp/thread
Englishhttp://en.cppreference.com/cpp/thread
Españolhttp://es.cppreference.com/cpp/thread
Françaishttp://fr.cppreference.com/cpp/thread
Italianohttp://it.cppreference.com/cpp/thread
日本語http://ja.cppreference.com/cpp/thread
Portuguêshttp://pt.cppreference.com/cpp/thread
Русскийhttp://ru.cppreference.com/cpp/thread

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.