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.comhttp://es.cppreference.com/
Crear una cuentahttp://es.cppreference.com/index.php?title=Especial:Crear_una_cuenta&returnto=cpp%2Fthread
Accederhttp://es.cppreference.com/index.php?title=Especial:Entrar&returnto=cpp%2Fthread
Páginahttp://es.cppreference.com/cpp/thread
Discusiónhttp://es.cppreference.com/index.php?title=Discusi%C3%B3n:cpp/thread&action=edit&redlink=1
http://es.cppreference.com/cpp/thread
Leerhttp://es.cppreference.com/cpp/thread
Ver código fuentehttp://es.cppreference.com/index.php?title=cpp/thread&action=edit
Ver historialhttp://es.cppreference.com/index.php?title=cpp/thread&action=history
http://es.cppreference.com/cpp/thread
cpphttp://es.cppreference.com/cpp
C++http://es.cppreference.com/cpp
Apoyo de compiladoreshttp://es.cppreference.com/cpp/compiler_support
Implementaciones independientes y albergadashttp://es.cppreference.com/cpp/freestanding
Lenguajehttp://es.cppreference.com/cpp/language
Biblioteca estándarhttp://es.cppreference.com/cpp/standard_library
Encabezados de la biblioteca estándarhttp://es.cppreference.com/cpp/header
Requisitos denominados http://es.cppreference.com/cpp/named_req
Macros de prueba de característica http://es.cppreference.com/cpp/feature_test
Biblioteca de apoyo del lenguajehttp://es.cppreference.com/cpp/utility#Apoyo_del_lenguaje
Biblioteca de conceptoshttp://es.cppreference.com/cpp/concepts
Biblioteca de diagnósticoshttp://es.cppreference.com/cpp/error
Biblioteca de gestión de memoriahttp://es.cppreference.com/cpp/memory
Biblioteca de metaprogramaciónhttp://es.cppreference.com/cpp/meta
Biblioteca de servicios generaleshttp://es.cppreference.com/cpp/utility
Biblioteca de contenedoreshttp://es.cppreference.com/cpp/container
Biblioteca de iteradoreshttp://es.cppreference.com/cpp/iterator
Biblioteca de rangoshttp://es.cppreference.com/cpp/ranges
Biblioteca de algoritmoshttp://es.cppreference.com/cpp/algorithm
Biblioteca de cadenashttp://es.cppreference.com/cpp/string
Biblioteca de procesamiento de textohttp://es.cppreference.com/cpp/text
Biblioteca numéricahttp://es.cppreference.com/cpp/numeric
Biblioteca de fecha y horahttp://es.cppreference.com/cpp/chrono
Biblioteca de entrada/salidahttp://es.cppreference.com/cpp/io
Biblioteca del sistema de archivoshttp://es.cppreference.com/cpp/filesystem
Biblioteca de apoyo de ejecuciónhttp://es.cppreference.com/cpp/execution
Especificaciones técnicashttp://es.cppreference.com/cpp/experimental
Índice de símboloshttp://es.cppreference.com/cpp/symbol_index
Bibliotecas externashttp://es.cppreference.com/cpp/links/libs
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/navbar_content&action=edit
Hiloshttp://es.cppreference.com/cpp/thread#Hilos
threadhttp://es.cppreference.com/cpp/thread/thread
jthreadhttp://es.cppreference.com/cpp/thread/jthread
hardware_destructive_interference_sizehardware_constructive_interference_sizehttp://es.cppreference.com/cpp/thread/hardware_destructive_interference_size
Espacio de nombres this_threadhttp://es.cppreference.com/cpp/thread#Funciones_que_gestionan_el_hilo_actual
get_idhttp://es.cppreference.com/cpp/thread/get_id
yieldhttp://es.cppreference.com/cpp/thread/yield
sleep_forhttp://es.cppreference.com/cpp/thread/sleep_for
sleep_untilhttp://es.cppreference.com/cpp/thread/sleep_until
Cancelación cooperativahttp://es.cppreference.com/cpp/thread#Cancelación_cooperativa
stop_tokenhttp://es.cppreference.com/cpp/thread/stop_token
inplace_stop_tokenhttp://es.cppreference.com/index.php?title=cpp/thread/inplace_stop_token&action=edit&redlink=1
never_stop_tokenhttp://es.cppreference.com/index.php?title=cpp/thread/never_stop_token&action=edit&redlink=1
stop_sourcehttp://es.cppreference.com/cpp/thread/stop_source
inplace_stop_sourcehttp://es.cppreference.com/index.php?title=cpp/thread/inplace_stop_source&action=edit&redlink=1
stop_callbackhttp://es.cppreference.com/cpp/thread/stop_callback
inplace_stop_callbackhttp://es.cppreference.com/index.php?title=cpp/thread/inplace_stop_callback&action=edit&redlink=1
stop_callback_for_thttp://es.cppreference.com/index.php?title=cpp/thread/stop_callback_for_t&action=edit&redlink=1
stoppable_tokenhttp://es.cppreference.com/index.php?title=cpp/thread/stoppable_token&action=edit&redlink=1
unstoppable_tokenhttp://es.cppreference.com/index.php?title=cpp/thread/unstoppable_token&action=edit&redlink=1
stoppable-sourcehttp://es.cppreference.com/index.php?title=cpp/thread/stoppable_source&action=edit&redlink=1
stoppable-callback-forhttp://es.cppreference.com/index.php?title=cpp/thread/stoppable_callback_for&action=edit&redlink=1
Exclusión mutuahttp://es.cppreference.com/cpp/thread#Exclusión_mutua
mutexhttp://es.cppreference.com/cpp/thread/mutex
recursive_mutexhttp://es.cppreference.com/cpp/thread/recursive_mutex
shared_mutexhttp://es.cppreference.com/cpp/thread/shared_mutex
timed_mutexhttp://es.cppreference.com/cpp/thread/timed_mutex
recursive_timed_mutexhttp://es.cppreference.com/cpp/thread/recursive_timed_mutex
shared_timed_mutexhttp://es.cppreference.com/cpp/thread/shared_timed_mutex
Gestión genérica de bloqueohttp://es.cppreference.com/cpp/thread#Gestión_genérica_de_mutex
lockhttp://es.cppreference.com/cpp/thread/lock
lock_guardhttp://es.cppreference.com/cpp/thread/lock_guard
scoped_lockhttp://es.cppreference.com/cpp/thread/scoped_lock
unique_lockhttp://es.cppreference.com/cpp/thread/unique_lock
shared_lockhttp://es.cppreference.com/cpp/thread/shared_lock
once_flaghttp://es.cppreference.com/cpp/thread/once_flag
call_oncehttp://es.cppreference.com/cpp/thread/call_once
try_lockhttp://es.cppreference.com/cpp/thread/try_lock
defer_locktry_to_lockadopt_lockdefer_lock_ttry_to_lock_tadopt_lock_thttp://es.cppreference.com/cpp/thread/lock_tag
Variables de condiciónhttp://es.cppreference.com/cpp/thread#Variables_de_condición
condition_variablehttp://es.cppreference.com/cpp/thread/condition_variable
condition_variable_anyhttp://es.cppreference.com/cpp/thread/condition_variable_any
notify_all_at_thread_exithttp://es.cppreference.com/cpp/thread/notify_all_at_thread_exit
cv_statushttp://es.cppreference.com/cpp/thread/cv_status
Semáforoshttp://es.cppreference.com/cpp/thread#Semáforos
counting_semaphorebinary_semaphorehttp://es.cppreference.com/cpp/thread/counting_semaphore
Pestillos y barrerashttp://es.cppreference.com/cpp/thread#Pestillos_y_barreras
latchhttp://es.cppreference.com/cpp/thread/latch
barrierhttp://es.cppreference.com/cpp/thread/barrier
Futuroshttp://es.cppreference.com/cpp/thread#Futuros
promisehttp://es.cppreference.com/cpp/thread/promise
futurehttp://es.cppreference.com/cpp/thread/future
shared_futurehttp://es.cppreference.com/cpp/thread/shared_future
packaged_taskhttp://es.cppreference.com/cpp/thread/packaged_task
asynchttp://es.cppreference.com/cpp/thread/async
launchhttp://es.cppreference.com/cpp/thread/launch
future_statushttp://es.cppreference.com/cpp/thread/future_status
future_errorhttp://es.cppreference.com/cpp/thread/future_error
future_categoryhttp://es.cppreference.com/cpp/thread/future_category
future_errchttp://es.cppreference.com/cpp/thread/future_errc
Recuperación segurahttp://es.cppreference.com/cpp/thread#Recuperación_segura
rcu_obj_basehttp://es.cppreference.com/index.php?title=cpp/thread/rcu_obj_base&action=edit&redlink=1
rcu_domainhttp://es.cppreference.com/index.php?title=cpp/thread/rcu_domain&action=edit&redlink=1
rcu_default_domainhttp://es.cppreference.com/index.php?title=cpp/thread/rcu_default_domain&action=edit&redlink=1
rcu_synchronizehttp://es.cppreference.com/index.php?title=cpp/thread/rcu_synchronize&action=edit&redlink=1
rcu_barrierhttp://es.cppreference.com/index.php?title=cpp/thread/rcu_barrier&action=edit&redlink=1
rcu_retirehttp://es.cppreference.com/index.php?title=cpp/thread/rcu_retire&action=edit&redlink=1
Punteros de riesgohttp://es.cppreference.com/cpp/thread#Punteros_de_riesgo
hazard_pointer_obj_basehttp://es.cppreference.com/index.php?title=cpp/thread/hazard_pointer_obj_base&action=edit&redlink=1
hazard_pointerhttp://es.cppreference.com/index.php?title=cpp/thread/hazard_pointer&action=edit&redlink=1
make_hazard_pointerhttp://es.cppreference.com/index.php?title=cpp/thread/make_hazard_pointer&action=edit&redlink=1
Tipos atómicoshttp://es.cppreference.com/cpp/thread#Tipos_atómicos
atomichttp://es.cppreference.com/cpp/atomic/atomic
atomic_refhttp://es.cppreference.com/cpp/atomic/atomic_ref
atomic_flaghttp://es.cppreference.com/cpp/atomic/atomic_flag
Inicialización de tipos atómicoshttp://es.cppreference.com/cpp/thread#Initialization
atomic_inithttp://es.cppreference.com/cpp/atomic/atomic_init
ATOMIC_VAR_INIThttp://es.cppreference.com/cpp/atomic/ATOMIC_VAR_INIT
ATOMIC_FLAG_INIThttp://es.cppreference.com/cpp/atomic/ATOMIC_FLAG_INIT
Orden de memoriahttp://es.cppreference.com/cpp/thread#Orden_de_sincronización_de_memoria
memory_orderhttp://es.cppreference.com/cpp/atomic/memory_order
kill_dependencyhttp://es.cppreference.com/cpp/atomic/kill_dependency
atomic_thread_fencehttp://es.cppreference.com/cpp/atomic/atomic_thread_fence
atomic_signal_fencehttp://es.cppreference.com/cpp/atomic/atomic_signal_fence
Funciones independientes para operaciones atómicashttp://es.cppreference.com/cpp/thread#Operaciones_en_tipos_atómicos
atomic_storeatomic_store_explicithttp://es.cppreference.com/cpp/atomic/atomic_store
atomic_loadatomic_load_explicithttp://es.cppreference.com/cpp/atomic/atomic_load
atomic_exchangeatomic_exchange_explicithttp://es.cppreference.com/cpp/atomic/atomic_exchange
atomic_compare_exchange_weakatomic_compare_exchange_weak_explicitatomic_compare_exchange_strongatomic_compare_exchange_strong_explicithttp://es.cppreference.com/cpp/atomic/atomic_compare_exchange
atomic_fetch_addatomic_fetch_add_explicithttp://es.cppreference.com/cpp/atomic/atomic_fetch_add
atomic_fetch_subatomic_fetch_sub_explicithttp://es.cppreference.com/cpp/atomic/atomic_fetch_sub
atomic_fetch_andatomic_fetch_and_explicithttp://es.cppreference.com/cpp/atomic/atomic_fetch_and
atomic_fetch_oratomic_fetch_or_explicithttp://es.cppreference.com/cpp/atomic/atomic_fetch_or
atomic_fetch_xoratomic_fetch_xor_explicithttp://es.cppreference.com/cpp/atomic/atomic_fetch_xor
atomic_fetch_maxatomic_fetch_max_explicithttp://es.cppreference.com/index.php?title=cpp/atomic/atomic_fetch_max&action=edit&redlink=1
atomic_fetch_minatomic_fetch_min_explicithttp://es.cppreference.com/index.php?title=cpp/atomic/atomic_fetch_min&action=edit&redlink=1
atomic_is_lock_freehttp://es.cppreference.com/cpp/atomic/atomic_is_lock_free
atomic_waitatomic_wait_explicithttp://es.cppreference.com/cpp/atomic/atomic_wait
atomic_notify_onehttp://es.cppreference.com/cpp/atomic/atomic_notify_one
atomic_notify_allhttp://es.cppreference.com/cpp/atomic/atomic_notify_all
Funciones independientes para indicadores atómicoshttp://es.cppreference.com/cpp/thread#Tipo_indicador_y_operaciones
atomic_flag_test_and_setatomic_flag_test_and_set_explicithttp://es.cppreference.com/cpp/atomic/atomic_flag_test_and_set
atomic_flag_clearatomic_flag_clear_explicithttp://es.cppreference.com/cpp/atomic/atomic_flag_clear
atomic_flag_testatomic_flag_test_explicithttp://es.cppreference.com/cpp/atomic/atomic_flag_test
atomic_flag_waitatomic_flag_wait_explicithttp://es.cppreference.com/cpp/atomic/atomic_flag_wait
atomic_flag_notify_onehttp://es.cppreference.com/cpp/atomic/atomic_flag_notify_one
atomic_flag_notify_allhttp://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 Hiloshttp://es.cppreference.com/cpp/thread#Hilos
1.1 Funciones que gestionan el hilo actualhttp://es.cppreference.com/cpp/thread#Funciones_que_gestionan_el_hilo_actual
2 Cancelación cooperativahttp://es.cppreference.com/cpp/thread#Cancelación_cooperativa
2.1 Tipos token de detenciónhttp://es.cppreference.com/cpp/thread#Tipos_token_de_detención
2.2 Tipos fuente de detenciónhttp://es.cppreference.com/cpp/thread#Tipos_fuente_de_detención
2.3 Tipos devolución de llamada de detenciónhttp://es.cppreference.com/cpp/thread#Tipos_devolución_de_llamada_de_detención
2.4 Conceptoshttp://es.cppreference.com/cpp/thread#Conceptos
3 Acceso al tamaño de la cachéhttp://es.cppreference.com/cpp/thread#Acceso_al_tamaño_de_la_caché
4 Operaciones atómicashttp://es.cppreference.com/cpp/thread#Operaciones_atómicas
4.1 Tipos atómicoshttp://es.cppreference.com/cpp/thread#Tipos_atómicos
4.2 Operaciones en tipos atómicoshttp://es.cppreference.com/cpp/thread#Operaciones_en_tipos_atómicos
4.3 Tipo indicador y operacioneshttp://es.cppreference.com/cpp/thread#Tipo_indicador_y_operaciones
4.4 Inicializaciónhttp://es.cppreference.com/cpp/thread#Inicialización
4.5 Orden de sincronización de memoriahttp://es.cppreference.com/cpp/thread#Orden_de_sincronización_de_memoria
4.6 Macros de compatibilidad con Chttp://es.cppreference.com/cpp/thread#Macros_de_compatibilidad_con_C
5 Exclusión mutuahttp://es.cppreference.com/cpp/thread#Exclusión_mutua
5.1 Gestión genérica de mutexhttp://es.cppreference.com/cpp/thread#Gestión_genérica_de_mutex
5.2 Algoritmos de bloqueo genéricoshttp://es.cppreference.com/cpp/thread#Algoritmos_de_bloqueo_genéricos
5.3 Llamar una vezhttp://es.cppreference.com/cpp/thread#Llamar_una_vez
6 Variables de condiciónhttp://es.cppreference.com/cpp/thread#Variables_de_condición
7 Semáforoshttp://es.cppreference.com/cpp/thread#Semáforos
8 Pestillos y barrerashttp://es.cppreference.com/cpp/thread#Pestillos_y_barreras
9 Futuroshttp://es.cppreference.com/cpp/thread#Futuros
9.1 Errores de futuroshttp://es.cppreference.com/cpp/thread#Errores_de_futuros
10 Recuperación segurahttp://es.cppreference.com/cpp/thread#Recuperación_segura
10.1 Mecanismo Leer-Copiar-Actualizar (Read-Copy-Update)http://es.cppreference.com/cpp/thread#Mecanismo_Leer-Copiar-Actualizar_(Read-Copy-Update)
10.2 Punteros de riesgohttp://es.cppreference.com/cpp/thread#Punteros_de_riesgo
11 Véase tambiénhttp://es.cppreference.com/cpp/thread#Véase_también
http://es.cppreference.com/cpp/header/thread
threadhttp://es.cppreference.com/cpp/thread/thread
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_thread&action=edit
jthreadhttp://es.cppreference.com/cpp/thread/jthread
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_jthread&action=edit
yieldhttp://es.cppreference.com/cpp/thread/yield
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_yield&action=edit
get_idhttp://es.cppreference.com/cpp/thread/get_id
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_get_id&action=edit
sleep_forhttp://es.cppreference.com/cpp/thread/sleep_for
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_sleep_for&action=edit
sleep_untilhttp://es.cppreference.com/cpp/thread/sleep_until
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_sleep_until&action=edit
stoppable-sourcehttp://es.cppreference.com/index.php?title=cpp/thread/stoppable-source&action=edit&redlink=1
stoppable_tokenhttp://es.cppreference.com/index.php?title=cpp/thread/stoppable_token&action=edit&redlink=1
stoppable-callback-forhttp://es.cppreference.com/index.php?title=cpp/thread/stoppable-callback-for&action=edit&redlink=1
http://es.cppreference.com/cpp/header/stop_token
stop_tokenhttp://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_tokenhttp://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_tokenhttp://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_sourcehttp://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_sourcehttp://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_callbackhttp://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_callbackhttp://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_thttp://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_tokenhttp://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_tokenhttp://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-sourcehttp://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-forhttp://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
http://es.cppreference.com/cpp/header/new
hardware_destructive_interference_sizehardware_constructive_interference_sizehttp://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 datoshttp://es.cppreference.com/cpp/language/memory_model#Hilos_y_carreras_de_datos
http://es.cppreference.com/cpp/header/atomic
atomichttp://es.cppreference.com/cpp/atomic/atomic
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_atomic&action=edit
atomic_refhttp://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_freehttp://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_explicithttp://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_explicithttp://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_explicithttp://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_explicithttp://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_explicithttp://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_explicithttp://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_explicithttp://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_explicithttp://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_explicithttp://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_explicithttp://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_explicithttp://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_explicithttp://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_onehttp://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_allhttp://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_flaghttp://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_explicithttp://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_explicithttp://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_explicithttp://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_explicithttp://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_onehttp://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_allhttp://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_inithttp://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_INIThttp://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_INIThttp://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_orderhttp://es.cppreference.com/cpp/atomic/memory_order
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_memory_order&action=edit
kill_dependencyhttp://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_fencehttp://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_fencehttp://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
http://es.cppreference.com/cpp/header/stdatomic.h
_Atomichttp://es.cppreference.com/cpp/atomic/atomic
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/atomic/dsc_Atomic&action=edit
http://es.cppreference.com/cpp/header/mutex
mutexhttp://es.cppreference.com/cpp/thread/mutex
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_mutex&action=edit
timed_mutexhttp://es.cppreference.com/cpp/thread/timed_mutex
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_timed_mutex&action=edit
recursive_mutexhttp://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_mutexhttp://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
http://es.cppreference.com/cpp/header/shared_mutex
shared_mutexhttp://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_mutexhttp://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
http://es.cppreference.com/cpp/header/mutex
lock_guardhttp://es.cppreference.com/cpp/thread/lock_guard
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_lock_guard&action=edit
scoped_lockhttp://es.cppreference.com/cpp/thread/scoped_lock
RAIIhttp://es.cppreference.com/cpp/language/raii
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_scoped_lock&action=edit
unique_lockhttp://es.cppreference.com/cpp/thread/unique_lock
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_unique_lock&action=edit
shared_lockhttp://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_lockhttp://es.cppreference.com/cpp/thread/lock_tag
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_lock_tag&action=edit
try_lockhttp://es.cppreference.com/cpp/thread/try_lock
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_try_lock&action=edit
lockhttp://es.cppreference.com/cpp/thread/lock
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_lock&action=edit
once_flaghttp://es.cppreference.com/cpp/thread/once_flag
call_oncehttp://es.cppreference.com/cpp/thread/call_once
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_once_flag&action=edit
call_oncehttp://es.cppreference.com/cpp/thread/call_once
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_call_once&action=edit
http://es.cppreference.com/cpp/header/condition_variable
condition_variablehttp://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_anyhttp://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_exithttp://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_statushttp://es.cppreference.com/cpp/thread/cv_status
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_cv_status&action=edit
http://es.cppreference.com/cpp/header/semaphore
counting_semaphorehttp://es.cppreference.com/cpp/thread/counting_semaphore
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_counting_semaphore&action=edit
binary_semaphorehttp://es.cppreference.com/cpp/thread/counting_semaphore
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_binary_semaphore&action=edit
http://es.cppreference.com/cpp/header/latch
latchhttp://es.cppreference.com/cpp/thread/latch
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_latch&action=edit
http://es.cppreference.com/cpp/header/barrier
barrierhttp://es.cppreference.com/cpp/thread/barrier
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_barrier&action=edit
http://es.cppreference.com/cpp/header/future
promisehttp://es.cppreference.com/cpp/thread/promise
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_promise&action=edit
packaged_taskhttp://es.cppreference.com/cpp/thread/packaged_task
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_packaged_task&action=edit
futurehttp://es.cppreference.com/cpp/thread/future
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_future&action=edit
shared_futurehttp://es.cppreference.com/cpp/thread/shared_future
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_shared_future&action=edit
asynchttp://es.cppreference.com/cpp/thread/async
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_async&action=edit
launchhttp://es.cppreference.com/cpp/thread/launch
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_launch&action=edit
future_statushttp://es.cppreference.com/cpp/thread/future_status
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_future_status&action=edit
future_errorhttp://es.cppreference.com/cpp/thread/future_error
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_future_error&action=edit
future_categoryhttp://es.cppreference.com/cpp/thread/future_category
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_future_category&action=edit
future_errchttp://es.cppreference.com/cpp/thread/future_errc
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/dsc_future_errc&action=edit
http://es.cppreference.com/cpp/header/rcu
rcu_obj_basehttp://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_domainhttp://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_domainhttp://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_synchronizehttp://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_barrierhttp://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_retirehttp://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
http://es.cppreference.com/cpp/header/hazard_pointer
hazard_pointer_obj_basehttp://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_pointerhttp://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_pointerhttp://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 Chttp://es.cppreference.com/c/thread
Categoríashttp://es.cppreference.com/Especial:Categor%C3%ADas
Páginas que utilizan etiquetas source obsoletashttp://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 obsoletoshttp://es.cppreference.com/index.php?title=Categor%C3%ADa:P%C3%A1ginas_que_utilizan_atributos_enclose_obsoletos&action=edit&redlink=1
Página principalhttp://es.cppreference.com/P%C3%A1gina_principal
Cambios recienteshttp://es.cppreference.com/Especial:CambiosRecientes
Página aleatoriahttp://es.cppreference.com/Especial:Aleatoria
Ayuda sobre MediaWikihttps://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
http://es.cppreference.com/cpp/thread
Lo que enlaza aquíhttp://es.cppreference.com/Especial:LoQueEnlazaAqu%C3%AD/cpp/thread
Cambios relacionadoshttp://es.cppreference.com/Especial:CambiosEnEnlazadas/cpp/thread
Subir archivohttp://upload.cppreference.com/w/Special:Upload
Páginas especialeshttp://es.cppreference.com/Especial:P%C3%A1ginasEspeciales
Versión para imprimirjavascript:print();
Enlace permanentehttp://es.cppreference.com/index.php?title=cpp/thread&oldid=45482
Información de la páginahttp://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.