![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
Lock a mutex until the end of a scope.
Contained in: global
Derived from:
none
Derived by:
none
Group: Core (System)
#include <ClanLib/core.h>
public function member index: |
||
Construction: |
||
CL_MutexSection | (CL_Mutex* mutex, bool lock_at_construct = true); | |
virtual | ~CL_MutexSection | (); |
void | enter | (); |
void | leave | (); |