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

Public Member Functions

IA_CONSTRUCTOR void IARecursiveLock_init (IARecursiveLock *)
 
bool IARecursiveLock_lock (IARecursiveLock *)
 
bool IARecursiveLock_unlock (IARecursiveLock *)
 
static pthread_mutex_t * IARecursiveLock_getMutex (IARecursiveLock *this)
 
IA_DESTRUCTOR void IARecursiveLock_deinit (IARecursiveLock *)
 

Member Function Documentation

◆ IARecursiveLock_init()

IA_CONSTRUCTOR void IARecursiveLock_init ( IARecursiveLock )

◆ IARecursiveLock_lock()

bool IARecursiveLock_lock ( IARecursiveLock )

◆ IARecursiveLock_unlock()

bool IARecursiveLock_unlock ( IARecursiveLock )

◆ IARecursiveLock_getMutex()

static pthread_mutex_t * IARecursiveLock_getMutex ( IARecursiveLock this)
inline

◆ IARecursiveLock_deinit()

IA_DESTRUCTOR void IARecursiveLock_deinit ( IARecursiveLock )

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