RTI Connext DDS Micro C API
Version 3.0.2
|
Definition of mutex interface. More...
Data Structures | |
struct | OSAPI_MutexBase |
Typedefs | |
typedef struct OSAPI_Mutex | OSAPI_Mutex_T |
Functions | |
RTI_BOOL | OSAPI_Mutex_delete (OSAPI_Mutex_T *mutex) |
Delete a mutex. | |
OSAPI_Mutex_T * | OSAPI_Mutex_new (void) |
Create a mutex. | |
RTI_BOOL | OSAPI_Mutex_take (OSAPI_Mutex_T *self) |
Take a mutex. | |
RTI_BOOL | OSAPI_Mutex_give (OSAPI_Mutex_T *self) |
Give a mutex. |
Definition of mutex interface.