Difference between revisions of "cpp/thread/timed mutex"
From cppreference.com
m (Text replace - "{{tdcl list end" to "{{dcl list end") |
m (Text replace - "{{tdcl" to "{{dcl") |
||
Line 11: | Line 11: | ||
===Member types=== | ===Member types=== | ||
{{dcl list begin}} | {{dcl list begin}} | ||
− | {{ | + | {{dcl list hitem | Member type | Definition}} |
− | {{ | + | {{dcl list item | {{tt|native_handle_type}} | ''implementation-defined''}} |
{{dcl list end}} | {{dcl list end}} | ||
Revision as of 01:41, 12 June 2012
Template:cpp/thread/timed mutex/sidebar
Defined in header <mutex>
|
||
class timed_mutex; |
(since C++11) | |
The class timed_mutex is a synchronization primitive, offering exclusive, non-recursive ownership semantics. The class is non-copyable.
This section is incomplete |
Contents |
Member types
Member type | Definition |
native_handle_type
|
implementation-defined |