8 #ifndef __OS_WRAPPER_MUTEX_H__
9 #define __OS_WRAPPER_MUTEX_H__
uint32_t os_wrapper_mutex_release(void *handle)
Releases the mutex acquired previously.
void * os_wrapper_mutex_create(void)
Creates a mutex for mutual exclusion of resources.
uint32_t os_wrapper_mutex_delete(void *handle)
Deletes a mutex that is created by os_wrapper_mutex_create()
uint32_t os_wrapper_mutex_acquire(void *handle, uint32_t timeout)
Acquires a mutex that is created by os_wrapper_mutex_create()