ReactOS 0.4.15-dev-7918-g2a2556c
_STLP_mutex_base Struct Reference

#include <_threads.h>

Inheritance diagram for _STLP_mutex_base:

Public Member Functions

void _M_initialize ()
 
void _M_destroy ()
 
void _M_acquire_lock ()
 
void _M_release_lock ()
 

Detailed Description

Definition at line 275 of file _threads.h.

Member Function Documentation

◆ _M_acquire_lock()

void _STLP_mutex_base::_M_acquire_lock ( )
inline

Definition at line 400 of file _threads.h.

400{}

◆ _M_destroy()

void _STLP_mutex_base::_M_destroy ( )
inline

Definition at line 399 of file _threads.h.

399{}

◆ _M_initialize()

void _STLP_mutex_base::_M_initialize ( )
inline

Definition at line 398 of file _threads.h.

398{}

◆ _M_release_lock()

void _STLP_mutex_base::_M_release_lock ( )
inline

Definition at line 401 of file _threads.h.

401{}

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