TIOVX User Guide
tivx_mutex.h File Reference

Interface to Mutex APIs. More...

Go to the source code of this file.

Typedefs

typedef struct tivx_vx_mutex_t * tivx_mutex
 Typedef for a mutex.
 

Functions

vx_status tivxMutexCreate (tivx_mutex *mutex)
 Create a mutex. More...
 
vx_status tivxMutexDelete (tivx_mutex *mutex)
 Delete a mutex. More...
 
vx_status tivxMutexLock (tivx_mutex mutex)
 Lock a mutex. More...
 
vx_status tivxMutexUnlock (tivx_mutex mutex)
 UnLock a mutex. More...
 

Detailed Description

Interface to Mutex APIs.

Definition in file tivx_mutex.h.