RTI Connext Micro C API Version 4.2.0
Loading...
Searching...
No Matches
osapi_mutex.h File Reference

Definition of mutex interface. More...

#include "osapi/osapi_dll.h"
#include "osapi/osapi_types.h"

Typedefs

typedef struct OSAPI_Mutex OSAPI_Mutex_T
 

Functions

OSPSLDllExport RTI_BOOL OSAPI_Mutex_delete (OSAPI_Mutex_T *mutex)
 Delete a mutex.
 
OSPSLDllExport OSAPI_Mutex_TOSAPI_Mutex_new (void)
 Create a mutex.
 
OSPSLDllExport RTI_BOOL OSAPI_Mutex_take (OSAPI_Mutex_T *self)
 Take a mutex.
 
OSPSLDllExport RTI_BOOL OSAPI_Mutex_give (OSAPI_Mutex_T *self)
 Give a mutex.
 

Detailed Description

Definition of mutex interface.