René's URL Explorer Experiment


Title: std::thread::thread - 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%2Fthread%2Fthread
Accederhttp://es.cppreference.com/index.php?title=Especial:Entrar&returnto=cpp%2Fthread%2Fthread%2Fthread
Páginahttp://es.cppreference.com/cpp/thread/thread/thread
Discusiónhttp://es.cppreference.com/index.php?title=Discusi%C3%B3n:cpp/thread/thread/thread&action=edit&redlink=1
http://es.cppreference.com/cpp/thread/thread/thread
Leerhttp://es.cppreference.com/cpp/thread/thread/thread
Ver código fuentehttp://es.cppreference.com/index.php?title=cpp/thread/thread/thread&action=edit
Ver historialhttp://es.cppreference.com/index.php?title=cpp/thread/thread/thread&action=history
http://es.cppreference.com/cpp/thread/thread/thread
cpphttp://es.cppreference.com/cpp
threadhttp://es.cppreference.com/cpp/thread
threadhttp://es.cppreference.com/cpp/thread/thread
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 concurrenciahttp://es.cppreference.com/cpp/thread
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
Biblioteca de apoyo de concurrenciahttp://es.cppreference.com/cpp/thread
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
std::threadhttp://es.cppreference.com/cpp/thread/thread
thread::idhttp://es.cppreference.com/cpp/thread/thread/id
thread::~threadhttp://es.cppreference.com/cpp/thread/thread/~thread
thread::operator=http://es.cppreference.com/cpp/thread/thread/operator%3D
thread::joinablehttp://es.cppreference.com/cpp/thread/thread/joinable
thread::get_idhttp://es.cppreference.com/cpp/thread/thread/get_id
thread::native_handlehttp://es.cppreference.com/cpp/thread/thread/native_handle
thread::hardware_concurrencyhttp://es.cppreference.com/cpp/thread/thread/hardware_concurrency
thread::joinhttp://es.cppreference.com/cpp/thread/thread/join
thread::detachhttp://es.cppreference.com/cpp/thread/thread/detach
thread::swaphttp://es.cppreference.com/cpp/thread/thread/swap
std::swap(std::thread)http://es.cppreference.com/cpp/thread/thread/swap2
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/thread/navbar_content&action=edit
1 Parámetroshttp://es.cppreference.com/cpp/thread/thread/thread#Parámetros
2 Poscondicioneshttp://es.cppreference.com/cpp/thread/thread/thread#Poscondiciones
3 Excepcioneshttp://es.cppreference.com/cpp/thread/thread/thread#Excepciones
4 Notashttp://es.cppreference.com/cpp/thread/thread/thread#Notas
5 Ejemplohttp://es.cppreference.com/cpp/thread/thread/thread#Ejemplo
6 Informes de defectoshttp://es.cppreference.com/cpp/thread/thread/thread#Informes_de_defectos
7 Referenciashttp://es.cppreference.com/cpp/thread/thread/thread#Referencias
8 Véase tambiénhttp://es.cppreference.com/cpp/thread/thread/thread#Véase_también
Callablehttp://es.cppreference.com/cpp/named_req/Callable
LWG 2097https://cplusplus.github.io/LWG/issue2097
(constructor)http://es.cppreference.com/cpp/thread/jthread/jthread
[editar]https://es.cppreference.com/index.php?title=Plantilla:cpp/thread/jthread/dsc_constructor&action=edit
Documentación de Chttp://es.cppreference.com/c/thread/thrd_create
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/thread/thread
Lo que enlaza aquíhttp://es.cppreference.com/Especial:LoQueEnlazaAqu%C3%AD/cpp/thread/thread/thread
Cambios relacionadoshttp://es.cppreference.com/Especial:CambiosEnEnlazadas/cpp/thread/thread/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/thread/thread&oldid=38362
Información de la páginahttp://es.cppreference.com/index.php?title=cpp/thread/thread/thread&action=info
Deutschhttps://de.cppreference.com/cpp/thread/thread/thread
Englishhttp://en.cppreference.com/cpp/thread/thread/thread
Françaishttp://fr.cppreference.com/cpp/thread/thread/thread
Italianohttp://it.cppreference.com/cpp/thread/thread/thread
日本語http://ja.cppreference.com/cpp/thread/thread/thread
Portuguêshttp://pt.cppreference.com/cpp/thread/thread/thread
Русскийhttp://ru.cppreference.com/cpp/thread/thread/thread
中文http://zh.cppreference.com/cpp/thread/thread/thread

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.