Namespaces
Variants

std::timed_mutex:: timed_mutex

From cppreference.net

Concurrency support library
Threads
(C++11)
(C++20)
this_thread namespace
(C++11)
(C++11)
Cooperative cancellation
Mutual exclusion
Generic lock management
Condition variables
(C++11)
Semaphores
Latches and Barriers
(C++20)
(C++20)
Futures
(C++11)
(C++11)
(C++11)
Safe reclamation
Hazard pointers
Atomic types
(C++11)
(C++20)
Initialization of atomic types
(C++11) (deprecated in C++20)
(C++11) (deprecated in C++20)
Memory ordering
(C++11) (deprecated in C++26)
Free functions for atomic operations
Free functions for atomic flags
timed_mutex ( ) ;
(1) (C++11부터)
timed_mutex ( const timed_mutex & ) = delete ;
(2) (C++11부터)
1) 뮤텍스를 생성합니다. 호출 후 뮤텍스는 잠금 해제 상태입니다.
2) 복사 생성자가 삭제되었습니다.

매개변수

(없음)

예외

std::system_error 생성이 실패할 경우.

참고 항목

C 문서 for mtx_init