ImpsEngine  1.0.0
A software library collection for end user applications.
IALock Class Reference
Inheritance diagram for IALock:

Public Member Functions

IA_CONSTRUCTOR void IALock_init (IALock *)
 
bool IALock_lock (IALock *)
 
bool IALock_unlock (IALock *)
 
static pthread_mutex_t * IALock_getMutex (IALock *this)
 
IA_DESTRUCTOR void IALock_deinit (IALock *)
 

Member Function Documentation

◆ IALock_init()

IA_CONSTRUCTOR void IALock_init ( IALock )

◆ IALock_lock()

bool IALock_lock ( IALock )

◆ IALock_unlock()

bool IALock_unlock ( IALock )

◆ IALock_getMutex()

static pthread_mutex_t * IALock_getMutex ( IALock this)
inline

◆ IALock_deinit()

IA_DESTRUCTOR void IALock_deinit ( IALock )

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