Home
last modified time | relevance | path

Searched defs:semaphore_id (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_evr.h1385 #define EvrRtxSemaphoreError(semaphore_id, status) argument
1408 #define EvrRtxSemaphoreCreated(semaphore_id, name) argument
1419 #define EvrRtxSemaphoreGetName(semaphore_id, name) argument
1430 #define EvrRtxSemaphoreAcquire(semaphore_id, timeout) argument
1441 #define EvrRtxSemaphoreAcquirePending(semaphore_id, timeout) argument
1451 #define EvrRtxSemaphoreAcquireTimeout(semaphore_id) argument
1462 #define EvrRtxSemaphoreAcquired(semaphore_id, tokens) argument
1472 #define EvrRtxSemaphoreNotAcquired(semaphore_id) argument
1482 #define EvrRtxSemaphoreRelease(semaphore_id) argument
1493 #define EvrRtxSemaphoreReleased(semaphore_id, tokens) argument
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.h80 __STATIC_INLINE os_semaphore_t *osRtxSemaphoreId (osSemaphoreId_t semaphore_id) { in osRtxSemaphoreId()