[ Web Proxy ]
URL:
Viewing:
https://ru.cppreference.com/cpp/thread/unique_lock/~unique_lock
[Back]
[Original]
std::unique_lock::~unique_lock cppreference.com
cppreference.com
cppreference.com:
std::unique_lock::
~unique_lock
cppreference.com
<
cpp
|
thread
|
unique lock
[]
Google
. .
, .
, .
( .
.)
<metanoindex/>
C++
(C++20)
(C++20)
(C++11)
(C++20)
/
(C++11)
(C++11)
(C++11)
(C++17)
[edit]
thread
(C++11)
jthread
(C++20)
stop_token
(C++20)
stop_source
(C++20)
stop_callback
(C++20)
hardware_destructive_interference_size
hardware_constructive_interference_size
(C++17)
(C++17)
this_thread
get_id
(C++11)
yield
(C++11)
sleep_for
(C++11)
sleep_until
(C++11)
atomic
(C++11)
atomic_ref
(C++20)
atomic_flag
(C++11)
atomic_init
(C++11)
( C++20)
ATOMIC_VAR_INIT
(C++11)
( C++20)
ATOMIC_FLAG_INIT
(C++11)
( C++20)
atomic_store
atomic_store_explicit
(C++11)
(C++11)
atomic_load
atomic_load_explicit
(C++11)
(C++11)
atomic_exchange
atomic_exchange_explicit
(C++11)
(C++11)
atomic_compare_exchange_weak
atomic_compare_exchange_weak_explicit
atomic_compare_exchange_strong
atomic_compare_exchange_strong_explicit
(C++11)
(C++11)
(C++11)
(C++11)
atomic_fetch_add
atomic_fetch_add_explicit
(C++11)
(C++11)
atomic_fetch_sub
atomic_fetch_sub_explicit
(C++11)
(C++11)
atomic_fetch_and
atomic_fetch_and_explicit
(C++11)
(C++11)
atomic_fetch_or
atomic_fetch_or_explicit
(C++11)
(C++11)
atomic_fetch_xor
atomic_fetch_xor_explicit
(C++11)
(C++11)
atomic_is_lock_free
(C++11)
atomic_wait
atomic_wait_explicit
(C++20)
(C++20)
atomic_notify_one
(C++20)
atomic_notify_all
(C++20)
atomic_flag_test_and_set
atomic_flag_test_and_set_explicit
(C++11)
(C++11)
atomic_flag_clear
atomic_flag_clear_explicit
(C++11)
(C++11)
atomic_flag_test
atomic_flag_test_explicit
(C++20)
(C++20)
atomic_flag_wait
atomic_flag_wait_explicit
(C++20)
(C++20)
atomic_flag_notify_one
(C++20)
atomic_flag_notify_all
(C++20)
memory_order
(C++11)
kill_dependency
(C++11)
atomic_thread_fence
(C++11)
atomic_signal_fence
(C++11)
mutex
(C++11)
recursive_mutex
(C++11)
shared_mutex
(C++17)
timed_mutex
(C++11)
recursive_timed_mutex
(C++11)
shared_timed_mutex
(C++14)
lock_guard
(C++11)
scoped_lock
(C++17)
unique_lock
(C++11)
shared_lock
(C++14)
defer_lock_t
try_to_lock_t
adopt_lock_t
(C++11)
(C++11)
(C++11)
lock
(C++11)
try_lock
(C++11)
defer_lock
try_to_lock
adopt_lock
(C++11)
(C++11)
(C++11)
once_flag
(C++11)
call_once
(C++11)
condition_variable
(C++11)
condition_variable_any
(C++11)
notify_all_at_thread_exit
(C++11)
cv_status
(C++11)
counting_semaphore
binary_semaphore
(C++20)
(C++20)
latch
(C++20)
barrier
(C++20)
promise
(C++11)
future
(C++11)
shared_future
(C++11)
packaged_task
(C++11)
async
(C++11)
launch
(C++11)
future_status
(C++11)
future_error
(C++11)
future_category
(C++11)
future_errc
(C++11)
[edit]
std::unique_lock
-
unique_lock::unique_lock
unique_lock::~unique_lock
unique_lock::operator=
:
Locking
Google
.
.
.
unique_lock::lock
unique_lock::try_lock
unique_lock::try_lock_for
unique_lock::try_lock_until
unique_lock::unlock
unique_lock::swap
unique_lock::release
unique_lock::mutex
unique_lock::owns_lock
unique_lock::operator bool
,
std::swap
[edit]
<tbody> </tbody>
~
unique_lock
();
( C++11)
.
*
this
, .
:
Destroys the lock. If
*
this
has an associated mutex and has acquired ownership of it, the mutex is unlocked.
Google
.
.
.
:
, source
enclose
Web Proxy Viewer |
New URL
|
Original Page