TIOVX User Guide
|
Interface to Mutex APIs. More...
Go to the source code of this file.
Typedefs | |
typedef struct _tivx_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... | |
Interface to Mutex APIs.
Definition in file tivx_mutex.h.