All Classes |Grouped Classes |Index

Class CL_MutexSection

Mutex locking helper. More...

Derived from:

None

Derived by:

None

Group:

System (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_MutexSection

Constructs a mutex section.


Attributes:

get_lock_count

Returns the amounts of recursive mutex locks performed by this section.


Operations:

lock

Lock the mutex.

try_lock

Attempt to lock mutex.

unlock

Unlock mutex.