Searched refs:semaphore_id (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/ |
D | rtx_evr.h | 1383 extern void EvrRtxSemaphoreError (osSemaphoreId_t semaphore_id, int32_t status); 1385 #define EvrRtxSemaphoreError(semaphore_id, status) argument 1406 extern void EvrRtxSemaphoreCreated (osSemaphoreId_t semaphore_id, const char *name); 1408 #define EvrRtxSemaphoreCreated(semaphore_id, name) argument 1417 extern void EvrRtxSemaphoreGetName (osSemaphoreId_t semaphore_id, const char *name); 1419 #define EvrRtxSemaphoreGetName(semaphore_id, name) argument 1428 extern void EvrRtxSemaphoreAcquire (osSemaphoreId_t semaphore_id, uint32_t timeout); 1430 #define EvrRtxSemaphoreAcquire(semaphore_id, timeout) argument 1439 extern void EvrRtxSemaphoreAcquirePending (osSemaphoreId_t semaphore_id, uint32_t timeout); 1441 #define EvrRtxSemaphoreAcquirePending(semaphore_id, timeout) argument [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/Include/ |
D | cmsis_os2.h | 615 const char *osSemaphoreGetName (osSemaphoreId_t semaphore_id); 621 osStatus_t osSemaphoreAcquire (osSemaphoreId_t semaphore_id, uint32_t timeout); 626 osStatus_t osSemaphoreRelease (osSemaphoreId_t semaphore_id); 631 uint32_t osSemaphoreGetCount (osSemaphoreId_t semaphore_id); 636 osStatus_t osSemaphoreDelete (osSemaphoreId_t semaphore_id);
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/ |
D | rtx_lib.h | 80 __STATIC_INLINE os_semaphore_t *osRtxSemaphoreId (osSemaphoreId_t semaphore_id) { in osRtxSemaphoreId() argument 82 return ((os_semaphore_t *)semaphore_id); in osRtxSemaphoreId()
|