foobar2000 SDK  2015-01-14
Public Member Functions
pfc::mutex

#include <synchro_nix.h>

+ Inheritance diagram for pfc::mutex:

Public Member Functions

 mutex ()
 
 ~mutex ()
 
- Public Member Functions inherited from pfc::mutexBase
void create (const pthread_mutexattr_t *attr)
 
void create (const mutexAttr &)
 
void createRecur ()
 
void destroy ()
 
void enter () throw ()
 
void leave () throw ()
 
void lock () throw ()
 
void unlock () throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from pfc::mutexBase
 mutexBase ()
 
 ~mutexBase ()
 

Detailed Description

Definition at line 44 of file synchro_nix.h.

Constructor & Destructor Documentation

pfc::mutex::mutex ( )
inline

Definition at line 46 of file synchro_nix.h.

46 {create(NULL);}
void create(const pthread_mutexattr_t *attr)
Definition: synchro_nix.cpp:5
pfc::mutex::~mutex ( )
inline

Definition at line 47 of file synchro_nix.h.

47 {destroy();}

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