René's URL Explorer Experiment


Title: std::recursive_timed_mutex::native_handle - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: cppreference.com

format-detectiontelephone=no

Links:

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

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.