Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::MutexImpl Class Reference

#include <Mutex_WIN32.h>

+ Inheritance diagram for Poco::MutexImpl:

Protected Member Functions

 MutexImpl ()
 
 ~MutexImpl ()
 
void lockImpl ()
 
bool tryLockImpl ()
 
bool tryLockImpl (long milliseconds)
 
void unlockImpl ()
 

Private Attributes

CRITICAL_SECTION _cs
 

Detailed Description

Definition at line 29 of file Mutex_WIN32.h.

Constructor & Destructor Documentation

◆ MutexImpl()

Poco::MutexImpl::MutexImpl ( )
protected

◆ ~MutexImpl()

Poco::MutexImpl::~MutexImpl ( )
protected

Member Function Documentation

◆ lockImpl()

void Poco::MutexImpl::lockImpl ( )
inlineprotected

Definition at line 50 of file Mutex_WIN32.h.

+ Here is the caller graph for this function:

◆ tryLockImpl() [1/2]

bool Poco::MutexImpl::tryLockImpl ( )
inlineprotected

Definition at line 63 of file Mutex_WIN32.h.

+ Here is the caller graph for this function:

◆ tryLockImpl() [2/2]

bool Poco::MutexImpl::tryLockImpl ( long milliseconds)
protected
+ Here is the caller graph for this function:

◆ unlockImpl()

void Poco::MutexImpl::unlockImpl ( )
inlineprotected

Definition at line 76 of file Mutex_WIN32.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ _cs

CRITICAL_SECTION Poco::MutexImpl::_cs
private

Definition at line 40 of file Mutex_WIN32.h.


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