RTI Connext Micro C API Version 4.2.0
|
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_T * | OSAPI_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. | |
Definition of mutex interface.