ReactOS 0.4.15-dev-7958-gcd0bb1a
_STLP_mutex Class Reference

#include <_threads.h>

Inheritance diagram for _STLP_mutex:
Collaboration diagram for _STLP_mutex:

Public Member Functions

 _STLP_mutex ()
 
 ~_STLP_mutex ()
 
- Public Member Functions inherited from _STLP_mutex_base
void _M_initialize ()
 
void _M_destroy ()
 
void _M_acquire_lock ()
 
void _M_release_lock ()
 

Private Member Functions

 _STLP_mutex (const _STLP_mutex &)
 
void operator= (const _STLP_mutex &)
 

Detailed Description

Definition at line 408 of file _threads.h.

Constructor & Destructor Documentation

◆ _STLP_mutex() [1/2]

_STLP_mutex::_STLP_mutex ( )
inline

Definition at line 410 of file _threads.h.

410{ _M_initialize(); }
void _M_initialize()
Definition: _threads.h:398

◆ ~_STLP_mutex()

_STLP_mutex::~_STLP_mutex ( )
inline

Definition at line 411 of file _threads.h.

411{ _M_destroy(); }
void _M_destroy()
Definition: _threads.h:399

◆ _STLP_mutex() [2/2]

_STLP_mutex::_STLP_mutex ( const _STLP_mutex )
private

Member Function Documentation

◆ operator=()

void _STLP_mutex::operator= ( const _STLP_mutex )
private

The documentation for this class was generated from the following file: