AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AFakeMutex Class Reference

Implements mutex interface but does nothing, useful for mocking a mutex.

#include <AUI/Thread/AMutex.h>

Public Member Functions#

void lock ()
 
void try_lock ()
 
void unlock ()
 
void shared_lock ()
 
void try_shared_lock ()
 
void shared_unlock ()