René's URL Explorer Experiment


Title: Biblioteca de apoyo de concurrencia (desde C++11) - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: es.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://es.cppreference.com/
Crear una cuentahttps://es.cppreference.com/index.php?title=Especial:Crear_una_cuenta&returnto=cpp%2Fthread
Accederhttps://es.cppreference.com/index.php?title=Especial:Entrar&returnto=cpp%2Fthread
Páginahttps://es.cppreference.com/cpp/thread
Discusiónhttps://es.cppreference.com/index.php?title=Discusi%C3%B3n:cpp/thread&action=edit&redlink=1
https://es.cppreference.com/cpp/thread
Leerhttps://es.cppreference.com/cpp/thread
Ver código fuentehttps://es.cppreference.com/index.php?title=cpp/thread&action=edit
Ver historialhttps://es.cppreference.com/index.php?title=cpp/thread&action=history
https://es.cppreference.com/cpp/thread
cpphttps://es.cppreference.com/cpp
C++https://es.cppreference.com/cpp
Apoyo de compiladoreshttps://es.cppreference.com/cpp/compiler_support
Implementaciones independientes y albergadashttps://es.cppreference.com/cpp/freestanding
Lenguajehttps://es.cppreference.com/cpp/language
Biblioteca estándarhttps://es.cppreference.com/cpp/standard_library
Encabezados de la biblioteca estándarhttps://es.cppreference.com/cpp/header
Requisitos denominados https://es.cppreference.com/cpp/named_req
Macros de prueba de característica https://es.cppreference.com/cpp/feature_test
Biblioteca de apoyo del lenguajehttps://es.cppreference.com/cpp/utility#Apoyo_del_lenguaje
Biblioteca de conceptoshttps://es.cppreference.com/cpp/concepts
Biblioteca de diagnósticoshttps://es.cppreference.com/cpp/error
Biblioteca de gestión de memoriahttps://es.cppreference.com/cpp/memory
Biblioteca de metaprogramaciónhttps://es.cppreference.com/cpp/meta
Biblioteca de servicios generaleshttps://es.cppreference.com/cpp/utility
Biblioteca de contenedoreshttps://es.cppreference.com/cpp/container
Biblioteca de iteradoreshttps://es.cppreference.com/cpp/iterator
Biblioteca de rangoshttps://es.cppreference.com/cpp/ranges
Biblioteca de algoritmoshttps://es.cppreference.com/cpp/algorithm
Biblioteca de cadenashttps://es.cppreference.com/cpp/string
Biblioteca de procesamiento de textohttps://es.cppreference.com/cpp/text
Biblioteca numéricahttps://es.cppreference.com/cpp/numeric
Biblioteca de fecha y horahttps://es.cppreference.com/cpp/chrono
Biblioteca de entrada/salidahttps://es.cppreference.com/cpp/io
Biblioteca del sistema de archivoshttps://es.cppreference.com/cpp/filesystem
Biblioteca de apoyo de ejecuciónhttps://es.cppreference.com/cpp/execution
Especificaciones técnicashttps://es.cppreference.com/cpp/experimental
Índice de símboloshttps://es.cppreference.com/cpp/symbol_index
Bibliotecas externashttps://es.cppreference.com/cpp/links/libs
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/navbar_content&action=edit
Hiloshttps://es.cppreference.com/cpp/thread#Hilos
threadhttps://es.cppreference.com/cpp/thread/thread
jthreadhttps://es.cppreference.com/cpp/thread/jthread
hardware_destructive_interference_sizehardware_constructive_interference_sizehttps://es.cppreference.com/cpp/thread/hardware_destructive_interference_size
Espacio de nombres this_threadhttps://es.cppreference.com/cpp/thread#Funciones_que_gestionan_el_hilo_actual
get_idhttps://es.cppreference.com/cpp/thread/get_id
yieldhttps://es.cppreference.com/cpp/thread/yield
sleep_forhttps://es.cppreference.com/cpp/thread/sleep_for
sleep_untilhttps://es.cppreference.com/cpp/thread/sleep_until
Cancelación cooperativahttps://es.cppreference.com/cpp/thread#Cancelación_cooperativa
stop_tokenhttps://es.cppreference.com/cpp/thread/stop_token
inplace_stop_tokenhttps://es.cppreference.com/index.php?title=cpp/thread/inplace_stop_token&action=edit&redlink=1
never_stop_tokenhttps://es.cppreference.com/index.php?title=cpp/thread/never_stop_token&action=edit&redlink=1
stop_sourcehttps://es.cppreference.com/cpp/thread/stop_source
inplace_stop_sourcehttps://es.cppreference.com/index.php?title=cpp/thread/inplace_stop_source&action=edit&redlink=1
stop_callbackhttps://es.cppreference.com/cpp/thread/stop_callback
inplace_stop_callbackhttps://es.cppreference.com/index.php?title=cpp/thread/inplace_stop_callback&action=edit&redlink=1
stop_callback_for_thttps://es.cppreference.com/index.php?title=cpp/thread/stop_callback_for_t&action=edit&redlink=1
stoppable_tokenhttps://es.cppreference.com/index.php?title=cpp/thread/stoppable_token&action=edit&redlink=1
unstoppable_tokenhttps://es.cppreference.com/index.php?title=cpp/thread/unstoppable_token&action=edit&redlink=1
stoppable-sourcehttps://es.cppreference.com/index.php?title=cpp/thread/stoppable_source&action=edit&redlink=1
stoppable-callback-forhttps://es.cppreference.com/index.php?title=cpp/thread/stoppable_callback_for&action=edit&redlink=1
Exclusión mutuahttps://es.cppreference.com/cpp/thread#Exclusión_mutua
mutexhttps://es.cppreference.com/cpp/thread/mutex
recursive_mutexhttps://es.cppreference.com/cpp/thread/recursive_mutex
shared_mutexhttps://es.cppreference.com/cpp/thread/shared_mutex
timed_mutexhttps://es.cppreference.com/cpp/thread/timed_mutex
recursive_timed_mutexhttps://es.cppreference.com/cpp/thread/recursive_timed_mutex
shared_timed_mutexhttps://es.cppreference.com/cpp/thread/shared_timed_mutex
Gestión genérica de bloqueohttps://es.cppreference.com/cpp/thread#Gestión_genérica_de_mutex
lockhttps://es.cppreference.com/cpp/thread/lock
lock_guardhttps://es.cppreference.com/cpp/thread/lock_guard
scoped_lockhttps://es.cppreference.com/cpp/thread/scoped_lock
unique_lockhttps://es.cppreference.com/cpp/thread/unique_lock
shared_lockhttps://es.cppreference.com/cpp/thread/shared_lock
once_flaghttps://es.cppreference.com/cpp/thread/once_flag
call_oncehttps://es.cppreference.com/cpp/thread/call_once
try_lockhttps://es.cppreference.com/cpp/thread/try_lock
defer_locktry_to_lockadopt_lockdefer_lock_ttry_to_lock_tadopt_lock_thttps://es.cppreference.com/cpp/thread/lock_tag
Variables de condiciónhttps://es.cppreference.com/cpp/thread#Variables_de_condición
condition_variablehttps://es.cppreference.com/cpp/thread/condition_variable
condition_variable_anyhttps://es.cppreference.com/cpp/thread/condition_variable_any
notify_all_at_thread_exithttps://es.cppreference.com/cpp/thread/notify_all_at_thread_exit
cv_statushttps://es.cppreference.com/cpp/thread/cv_status
Semáforoshttps://es.cppreference.com/cpp/thread#Semáforos
counting_semaphorebinary_semaphorehttps://es.cppreference.com/cpp/thread/counting_semaphore
Pestillos y barrerashttps://es.cppreference.com/cpp/thread#Pestillos_y_barreras
latchhttps://es.cppreference.com/cpp/thread/latch
barrierhttps://es.cppreference.com/cpp/thread/barrier
Futuroshttps://es.cppreference.com/cpp/thread#Futuros
promisehttps://es.cppreference.com/cpp/thread/promise
futurehttps://es.cppreference.com/cpp/thread/future
shared_futurehttps://es.cppreference.com/cpp/thread/shared_future
packaged_taskhttps://es.cppreference.com/cpp/thread/packaged_task
asynchttps://es.cppreference.com/cpp/thread/async
launchhttps://es.cppreference.com/cpp/thread/launch
future_statushttps://es.cppreference.com/cpp/thread/future_status
future_errorhttps://es.cppreference.com/cpp/thread/future_error
future_categoryhttps://es.cppreference.com/cpp/thread/future_category
future_errchttps://es.cppreference.com/cpp/thread/future_errc
Recuperación segurahttps://es.cppreference.com/cpp/thread#Recuperación_segura
rcu_obj_basehttps://es.cppreference.com/index.php?title=cpp/thread/rcu_obj_base&action=edit&redlink=1
rcu_domainhttps://es.cppreference.com/index.php?title=cpp/thread/rcu_domain&action=edit&redlink=1
rcu_default_domainhttps://es.cppreference.com/index.php?title=cpp/thread/rcu_default_domain&action=edit&redlink=1
rcu_synchronizehttps://es.cppreference.com/index.php?title=cpp/thread/rcu_synchronize&action=edit&redlink=1
rcu_barrierhttps://es.cppreference.com/index.php?title=cpp/thread/rcu_barrier&action=edit&redlink=1
rcu_retirehttps://es.cppreference.com/index.php?title=cpp/thread/rcu_retire&action=edit&redlink=1
Punteros de riesgohttps://es.cppreference.com/cpp/thread#Punteros_de_riesgo
hazard_pointer_obj_basehttps://es.cppreference.com/index.php?title=cpp/thread/hazard_pointer_obj_base&action=edit&redlink=1
hazard_pointerhttps://es.cppreference.com/index.php?title=cpp/thread/hazard_pointer&action=edit&redlink=1
make_hazard_pointerhttps://es.cppreference.com/index.php?title=cpp/thread/make_hazard_pointer&action=edit&redlink=1
Tipos atómicoshttps://es.cppreference.com/cpp/thread#Tipos_atómicos
atomichttps://es.cppreference.com/cpp/atomic/atomic
atomic_refhttps://es.cppreference.com/cpp/atomic/atomic_ref
atomic_flaghttps://es.cppreference.com/cpp/atomic/atomic_flag
Inicialización de tipos atómicoshttps://es.cppreference.com/cpp/thread#Initialization
atomic_inithttps://es.cppreference.com/cpp/atomic/atomic_init
ATOMIC_VAR_INIThttps://es.cppreference.com/cpp/atomic/ATOMIC_VAR_INIT
ATOMIC_FLAG_INIThttps://es.cppreference.com/cpp/atomic/ATOMIC_FLAG_INIT
Orden de memoriahttps://es.cppreference.com/cpp/thread#Orden_de_sincronización_de_memoria
memory_orderhttps://es.cppreference.com/cpp/atomic/memory_order
kill_dependencyhttps://es.cppreference.com/cpp/atomic/kill_dependency
atomic_thread_fencehttps://es.cppreference.com/cpp/atomic/atomic_thread_fence
atomic_signal_fencehttps://es.cppreference.com/cpp/atomic/atomic_signal_fence
Funciones independientes para operaciones atómicashttps://es.cppreference.com/cpp/thread#Operaciones_en_tipos_atómicos
atomic_storeatomic_store_explicithttps://es.cppreference.com/cpp/atomic/atomic_store
atomic_loadatomic_load_explicithttps://es.cppreference.com/cpp/atomic/atomic_load
atomic_exchangeatomic_exchange_explicithttps://es.cppreference.com/cpp/atomic/atomic_exchange
atomic_compare_exchange_weakatomic_compare_exchange_weak_explicitatomic_compare_exchange_strongatomic_compare_exchange_strong_explicithttps://es.cppreference.com/cpp/atomic/atomic_compare_exchange
atomic_fetch_addatomic_fetch_add_explicithttps://es.cppreference.com/cpp/atomic/atomic_fetch_add
atomic_fetch_subatomic_fetch_sub_explicithttps://es.cppreference.com/cpp/atomic/atomic_fetch_sub
atomic_fetch_andatomic_fetch_and_explicithttps://es.cppreference.com/cpp/atomic/atomic_fetch_and
atomic_fetch_oratomic_fetch_or_explicithttps://es.cppreference.com/cpp/atomic/atomic_fetch_or
atomic_fetch_xoratomic_fetch_xor_explicithttps://es.cppreference.com/cpp/atomic/atomic_fetch_xor
atomic_fetch_maxatomic_fetch_max_explicithttps://es.cppreference.com/index.php?title=cpp/atomic/atomic_fetch_max&action=edit&redlink=1
atomic_fetch_minatomic_fetch_min_explicithttps://es.cppreference.com/index.php?title=cpp/atomic/atomic_fetch_min&action=edit&redlink=1
atomic_is_lock_freehttps://es.cppreference.com/cpp/atomic/atomic_is_lock_free
atomic_waitatomic_wait_explicithttps://es.cppreference.com/cpp/atomic/atomic_wait
atomic_notify_onehttps://es.cppreference.com/cpp/atomic/atomic_notify_one
atomic_notify_allhttps://es.cppreference.com/cpp/atomic/atomic_notify_all
Funciones independientes para indicadores atómicoshttps://es.cppreference.com/cpp/thread#Tipo_indicador_y_operaciones
atomic_flag_test_and_setatomic_flag_test_and_set_explicithttps://es.cppreference.com/cpp/atomic/atomic_flag_test_and_set
atomic_flag_clearatomic_flag_clear_explicithttps://es.cppreference.com/cpp/atomic/atomic_flag_clear
atomic_flag_testatomic_flag_test_explicithttps://es.cppreference.com/cpp/atomic/atomic_flag_test
atomic_flag_waitatomic_flag_wait_explicithttps://es.cppreference.com/cpp/atomic/atomic_flag_wait
atomic_flag_notify_onehttps://es.cppreference.com/cpp/atomic/atomic_flag_notify_one
atomic_flag_notify_allhttps://es.cppreference.com/cpp/atomic/atomic_flag_notify_all
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/navbar_content&action=edit
1 Hiloshttps://es.cppreference.com/cpp/thread#Hilos
1.1 Funciones que gestionan el hilo actualhttps://es.cppreference.com/cpp/thread#Funciones_que_gestionan_el_hilo_actual
2 Cancelación cooperativahttps://es.cppreference.com/cpp/thread#Cancelación_cooperativa
2.1 Tipos token de detenciónhttps://es.cppreference.com/cpp/thread#Tipos_token_de_detención
2.2 Tipos fuente de detenciónhttps://es.cppreference.com/cpp/thread#Tipos_fuente_de_detención
2.3 Tipos devolución de llamada de detenciónhttps://es.cppreference.com/cpp/thread#Tipos_devolución_de_llamada_de_detención
2.4 Conceptoshttps://es.cppreference.com/cpp/thread#Conceptos
3 Acceso al tamaño de la cachéhttps://es.cppreference.com/cpp/thread#Acceso_al_tamaño_de_la_caché
4 Operaciones atómicashttps://es.cppreference.com/cpp/thread#Operaciones_atómicas
4.1 Tipos atómicoshttps://es.cppreference.com/cpp/thread#Tipos_atómicos
4.2 Operaciones en tipos atómicoshttps://es.cppreference.com/cpp/thread#Operaciones_en_tipos_atómicos
4.3 Tipo indicador y operacioneshttps://es.cppreference.com/cpp/thread#Tipo_indicador_y_operaciones
4.4 Inicializaciónhttps://es.cppreference.com/cpp/thread#Inicialización
4.5 Orden de sincronización de memoriahttps://es.cppreference.com/cpp/thread#Orden_de_sincronización_de_memoria
4.6 Macros de compatibilidad con Chttps://es.cppreference.com/cpp/thread#Macros_de_compatibilidad_con_C
5 Exclusión mutuahttps://es.cppreference.com/cpp/thread#Exclusión_mutua
5.1 Gestión genérica de mutexhttps://es.cppreference.com/cpp/thread#Gestión_genérica_de_mutex
5.2 Algoritmos de bloqueo genéricoshttps://es.cppreference.com/cpp/thread#Algoritmos_de_bloqueo_genéricos
5.3 Llamar una vezhttps://es.cppreference.com/cpp/thread#Llamar_una_vez
6 Variables de condiciónhttps://es.cppreference.com/cpp/thread#Variables_de_condición
7 Semáforoshttps://es.cppreference.com/cpp/thread#Semáforos
8 Pestillos y barrerashttps://es.cppreference.com/cpp/thread#Pestillos_y_barreras
9 Futuroshttps://es.cppreference.com/cpp/thread#Futuros
9.1 Errores de futuroshttps://es.cppreference.com/cpp/thread#Errores_de_futuros
10 Recuperación segurahttps://es.cppreference.com/cpp/thread#Recuperación_segura
10.1 Mecanismo Leer-Copiar-Actualizar (Read-Copy-Update)https://es.cppreference.com/cpp/thread#Mecanismo_Leer-Copiar-Actualizar_(Read-Copy-Update)
10.2 Punteros de riesgohttps://es.cppreference.com/cpp/thread#Punteros_de_riesgo
11 Véase tambiénhttps://es.cppreference.com/cpp/thread#Véase_también
https://es.cppreference.com/cpp/header/thread
threadhttps://es.cppreference.com/cpp/thread/thread
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_thread&action=edit
jthreadhttps://es.cppreference.com/cpp/thread/jthread
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_jthread&action=edit
yieldhttps://es.cppreference.com/cpp/thread/yield
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_yield&action=edit
get_idhttps://es.cppreference.com/cpp/thread/get_id
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_get_id&action=edit
sleep_forhttps://es.cppreference.com/cpp/thread/sleep_for
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_sleep_for&action=edit
sleep_untilhttps://es.cppreference.com/cpp/thread/sleep_until
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_sleep_until&action=edit
stoppable-sourcehttps://es.cppreference.com/index.php?title=cpp/thread/stoppable-source&action=edit&redlink=1
stoppable_tokenhttps://es.cppreference.com/index.php?title=cpp/thread/stoppable_token&action=edit&redlink=1
stoppable-callback-forhttps://es.cppreference.com/index.php?title=cpp/thread/stoppable-callback-for&action=edit&redlink=1
https://es.cppreference.com/cpp/header/stop_token
stop_tokenhttps://es.cppreference.com/cpp/thread/stop_token
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_stop_token&action=edit
never_stop_tokenhttps://es.cppreference.com/index.php?title=cpp/thread/never_stop_token&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_never_stop_token&action=edit
inplace_stop_tokenhttps://es.cppreference.com/index.php?title=cpp/thread/inplace_stop_token&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_inplace_stop_token&action=edit
stop_sourcehttps://es.cppreference.com/cpp/thread/stop_source
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_stop_source&action=edit
inplace_stop_sourcehttps://es.cppreference.com/index.php?title=cpp/thread/inplace_stop_source&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_inplace_stop_source&action=edit
stop_callbackhttps://es.cppreference.com/cpp/thread/stop_callback
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_stop_callback&action=edit
inplace_stop_callbackhttps://es.cppreference.com/index.php?title=cpp/thread/inplace_stop_callback&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_inplace_stop_callback&action=edit
stop_callback_for_thttps://es.cppreference.com/index.php?title=cpp/thread/stop_callback_for_t&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_stop_callback_for_t&action=edit
stoppable_tokenhttps://es.cppreference.com/index.php?title=cpp/thread/stoppable_token&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_stoppable_token&action=edit
unstoppable_tokenhttps://es.cppreference.com/index.php?title=cpp/thread/unstoppable_token&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_unstoppable_token&action=edit
stoppable-sourcehttps://es.cppreference.com/index.php?title=cpp/thread/stoppable-source&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_stoppable_source&action=edit
stoppable-callback-forhttps://es.cppreference.com/index.php?title=cpp/thread/stoppable-callback-for&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_stoppable_callback_for&action=edit
https://es.cppreference.com/cpp/header/new
hardware_destructive_interference_sizehardware_constructive_interference_sizehttps://es.cppreference.com/cpp/thread/hardware_destructive_interference_size
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_hardware_destructive_interference_size&action=edit
libres de carreras de datoshttps://es.cppreference.com/cpp/language/memory_model#Hilos_y_carreras_de_datos
https://es.cppreference.com/cpp/header/atomic
atomichttps://es.cppreference.com/cpp/atomic/atomic
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic&action=edit
atomic_refhttps://es.cppreference.com/cpp/atomic/atomic_ref
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_ref&action=edit
atomic_is_lock_freehttps://es.cppreference.com/cpp/atomic/atomic_is_lock_free
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_is_lock_free&action=edit
atomic_storeatomic_store_explicithttps://es.cppreference.com/cpp/atomic/atomic_store
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_store&action=edit
atomic_loadatomic_load_explicithttps://es.cppreference.com/cpp/atomic/atomic_load
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_load&action=edit
atomic_exchangeatomic_exchange_explicithttps://es.cppreference.com/cpp/atomic/atomic_exchange
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_exchange&action=edit
atomic_compare_exchange_weakatomic_compare_exchange_weak_explicitatomic_compare_exchange_strongatomic_compare_exchange_strong_explicithttps://es.cppreference.com/cpp/atomic/atomic_compare_exchange
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_compare_exchange&action=edit
atomic_fetch_addatomic_fetch_add_explicithttps://es.cppreference.com/cpp/atomic/atomic_fetch_add
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_fetch_add&action=edit
atomic_fetch_subatomic_fetch_sub_explicithttps://es.cppreference.com/cpp/atomic/atomic_fetch_sub
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_fetch_sub&action=edit
atomic_fetch_andatomic_fetch_and_explicithttps://es.cppreference.com/cpp/atomic/atomic_fetch_and
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_fetch_and&action=edit
atomic_fetch_oratomic_fetch_or_explicithttps://es.cppreference.com/cpp/atomic/atomic_fetch_or
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_fetch_or&action=edit
atomic_fetch_xoratomic_fetch_xor_explicithttps://es.cppreference.com/cpp/atomic/atomic_fetch_xor
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_fetch_xor&action=edit
atomic_fetch_maxatomic_fetch_max_explicithttps://es.cppreference.com/index.php?title=cpp/atomic/atomic_fetch_max&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_fetch_max&action=edit
atomic_fetch_minatomic_fetch_min_explicithttps://es.cppreference.com/index.php?title=cpp/atomic/atomic_fetch_min&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_fetch_min&action=edit
atomic_waitatomic_wait_explicithttps://es.cppreference.com/cpp/atomic/atomic_wait
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_wait&action=edit
atomic_notify_onehttps://es.cppreference.com/cpp/atomic/atomic_notify_one
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_notify_one&action=edit
atomic_notify_allhttps://es.cppreference.com/cpp/atomic/atomic_notify_all
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_notify_all&action=edit
atomic_flaghttps://es.cppreference.com/cpp/atomic/atomic_flag
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_flag&action=edit
atomic_flag_test_and_setatomic_flag_test_and_set_explicithttps://es.cppreference.com/cpp/atomic/atomic_flag_test_and_set
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_flag_test_and_set&action=edit
atomic_flag_clearatomic_flag_clear_explicithttps://es.cppreference.com/cpp/atomic/atomic_flag_clear
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_flag_clear&action=edit
atomic_flag_testatomic_flag_test_explicithttps://es.cppreference.com/cpp/atomic/atomic_flag_test
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_flag_test&action=edit
atomic_flag_waitatomic_flag_wait_explicithttps://es.cppreference.com/cpp/atomic/atomic_flag_wait
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_flag_wait&action=edit
atomic_flag_notify_onehttps://es.cppreference.com/cpp/atomic/atomic_flag_notify_one
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_flag_notify_one&action=edit
atomic_flag_notify_allhttps://es.cppreference.com/cpp/atomic/atomic_flag_notify_all
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_flag_notify_all&action=edit
atomic_inithttps://es.cppreference.com/cpp/atomic/atomic_init
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_init&action=edit
ATOMIC_VAR_INIThttps://es.cppreference.com/cpp/atomic/ATOMIC_VAR_INIT
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_ATOMIC_VAR_INIT&action=edit
ATOMIC_FLAG_INIThttps://es.cppreference.com/cpp/atomic/ATOMIC_FLAG_INIT
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_ATOMIC_FLAG_INIT&action=edit
memory_orderhttps://es.cppreference.com/cpp/atomic/memory_order
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_memory_order&action=edit
kill_dependencyhttps://es.cppreference.com/cpp/atomic/kill_dependency
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_kill_dependency&action=edit
atomic_thread_fencehttps://es.cppreference.com/cpp/atomic/atomic_thread_fence
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_thread_fence&action=edit
atomic_signal_fencehttps://es.cppreference.com/cpp/atomic/atomic_signal_fence
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic_signal_fence&action=edit
https://es.cppreference.com/cpp/header/stdatomic.h
_Atomichttps://es.cppreference.com/cpp/atomic/atomic
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_Atomic&action=edit
https://es.cppreference.com/cpp/header/mutex
mutexhttps://es.cppreference.com/cpp/thread/mutex
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_mutex&action=edit
timed_mutexhttps://es.cppreference.com/cpp/thread/timed_mutex
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_timed_mutex&action=edit
recursive_mutexhttps://es.cppreference.com/cpp/thread/recursive_mutex
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_recursive_mutex&action=edit
recursive_timed_mutexhttps://es.cppreference.com/cpp/thread/recursive_timed_mutex
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_recursive_timed_mutex&action=edit
https://es.cppreference.com/cpp/header/shared_mutex
shared_mutexhttps://es.cppreference.com/cpp/thread/shared_mutex
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_shared_mutex&action=edit
shared_timed_mutexhttps://es.cppreference.com/cpp/thread/shared_timed_mutex
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_shared_timed_mutex&action=edit
https://es.cppreference.com/cpp/header/mutex
lock_guardhttps://es.cppreference.com/cpp/thread/lock_guard
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_lock_guard&action=edit
scoped_lockhttps://es.cppreference.com/cpp/thread/scoped_lock
RAIIhttps://es.cppreference.com/cpp/language/raii
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_scoped_lock&action=edit
unique_lockhttps://es.cppreference.com/cpp/thread/unique_lock
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_unique_lock&action=edit
shared_lockhttps://es.cppreference.com/cpp/thread/shared_lock
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_shared_lock&action=edit
defer_locktry_to_lockadopt_lockhttps://es.cppreference.com/cpp/thread/lock_tag
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_lock_tag&action=edit
try_lockhttps://es.cppreference.com/cpp/thread/try_lock
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_try_lock&action=edit
lockhttps://es.cppreference.com/cpp/thread/lock
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_lock&action=edit
once_flaghttps://es.cppreference.com/cpp/thread/once_flag
call_oncehttps://es.cppreference.com/cpp/thread/call_once
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_once_flag&action=edit
call_oncehttps://es.cppreference.com/cpp/thread/call_once
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_call_once&action=edit
https://es.cppreference.com/cpp/header/condition_variable
condition_variablehttps://es.cppreference.com/cpp/thread/condition_variable
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_condition_variable&action=edit
condition_variable_anyhttps://es.cppreference.com/cpp/thread/condition_variable_any
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_condition_variable_any&action=edit
notify_all_at_thread_exithttps://es.cppreference.com/cpp/thread/notify_all_at_thread_exit
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_notify_all_at_thread_exit&action=edit
cv_statushttps://es.cppreference.com/cpp/thread/cv_status
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_cv_status&action=edit
https://es.cppreference.com/cpp/header/semaphore
counting_semaphorehttps://es.cppreference.com/cpp/thread/counting_semaphore
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_counting_semaphore&action=edit
binary_semaphorehttps://es.cppreference.com/cpp/thread/counting_semaphore
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_binary_semaphore&action=edit
https://es.cppreference.com/cpp/header/latch
latchhttps://es.cppreference.com/cpp/thread/latch
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_latch&action=edit
https://es.cppreference.com/cpp/header/barrier
barrierhttps://es.cppreference.com/cpp/thread/barrier
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_barrier&action=edit
https://es.cppreference.com/cpp/header/future
promisehttps://es.cppreference.com/cpp/thread/promise
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_promise&action=edit
packaged_taskhttps://es.cppreference.com/cpp/thread/packaged_task
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_packaged_task&action=edit
futurehttps://es.cppreference.com/cpp/thread/future
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_future&action=edit
shared_futurehttps://es.cppreference.com/cpp/thread/shared_future
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_shared_future&action=edit
asynchttps://es.cppreference.com/cpp/thread/async
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_async&action=edit
launchhttps://es.cppreference.com/cpp/thread/launch
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_launch&action=edit
future_statushttps://es.cppreference.com/cpp/thread/future_status
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_future_status&action=edit
future_errorhttps://es.cppreference.com/cpp/thread/future_error
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_future_error&action=edit
future_categoryhttps://es.cppreference.com/cpp/thread/future_category
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_future_category&action=edit
future_errchttps://es.cppreference.com/cpp/thread/future_errc
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_future_errc&action=edit
https://es.cppreference.com/cpp/header/rcu
rcu_obj_basehttps://es.cppreference.com/index.php?title=cpp/thread/rcu_obj_base&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_rcu_obj_base&action=edit
rcu_domainhttps://es.cppreference.com/index.php?title=cpp/thread/rcu_domain&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_rcu_domain&action=edit
rcu_default_domainhttps://es.cppreference.com/index.php?title=cpp/thread/rcu_default_domain&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_rcu_default_domain&action=edit
rcu_synchronizehttps://es.cppreference.com/index.php?title=cpp/thread/rcu_synchronize&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_rcu_synchronize&action=edit
rcu_barrierhttps://es.cppreference.com/index.php?title=cpp/thread/rcu_barrier&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_rcu_barrier&action=edit
rcu_retirehttps://es.cppreference.com/index.php?title=cpp/thread/rcu_retire&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_rcu_retire&action=edit
https://es.cppreference.com/cpp/header/hazard_pointer
hazard_pointer_obj_basehttps://es.cppreference.com/index.php?title=cpp/thread/hazard_pointer_obj_base&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_hazard_pointer_obj_base&action=edit
hazard_pointerhttps://es.cppreference.com/index.php?title=cpp/thread/hazard_pointer&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_hazard_pointer&action=edit
make_hazard_pointerhttps://es.cppreference.com/index.php?title=cpp/thread/make_hazard_pointer&action=edit&redlink=1
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_make_hazard_pointer&action=edit
Documentación de Chttps://es.cppreference.com/c/thread
Categoríashttps://es.cppreference.com/Especial:Categor%C3%ADas
Páginas que utilizan etiquetas source obsoletashttps://es.cppreference.com/index.php?title=Categor%C3%ADa:P%C3%A1ginas_que_utilizan_etiquetas_source_obsoletas&action=edit&redlink=1
Páginas que utilizan atributos enclose obsoletoshttps://es.cppreference.com/index.php?title=Categor%C3%ADa:P%C3%A1ginas_que_utilizan_atributos_enclose_obsoletos&action=edit&redlink=1
Página principalhttps://es.cppreference.com/P%C3%A1gina_principal
Cambios recienteshttps://es.cppreference.com/Especial:CambiosRecientes
Página aleatoriahttps://es.cppreference.com/Especial:Aleatoria
Ayuda sobre MediaWikihttps://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
https://es.cppreference.com/cpp/thread
Lo que enlaza aquíhttps://es.cppreference.com/Especial:LoQueEnlazaAqu%C3%AD/cpp/thread
Cambios relacionadoshttps://es.cppreference.com/Especial:CambiosEnEnlazadas/cpp/thread
Subir archivohttp://upload.cppreference.com/w/Special:Upload
Páginas especialeshttps://es.cppreference.com/Especial:P%C3%A1ginasEspeciales
Versión para imprimirjavascript:print();
Enlace permanentehttps://es.cppreference.com/index.php?title=cpp/thread&oldid=45482
Información de la páginahttps://es.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
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
中文http://zh.cppreference.com/cpp/thread

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.