Home
last modified time | relevance | path

Searched refs:StaticSemaphore_t (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h198 typedef txfr_sem_t StaticSemaphore_t; typedef
445 StaticSemaphore_t *pxSemaphoreBuffer);
449 SemaphoreHandle_t xSemaphoreCreateBinaryStatic(StaticSemaphore_t *pxSemaphoreBuffer);
453 SemaphoreHandle_t xSemaphoreCreateMutexStatic(StaticSemaphore_t *pxMutexBuffer);
457 SemaphoreHandle_t xSemaphoreCreateRecursiveMutexStatic(StaticSemaphore_t *pxMutexBuffer);
Dtx_freertos.c1111 StaticSemaphore_t *pxSemaphoreBuffer) in xSemaphoreCreateCountingStatic()
1145 SemaphoreHandle_t xSemaphoreCreateBinaryStatic(StaticSemaphore_t *pxSemaphoreBuffer) in xSemaphoreCreateBinaryStatic()
1184 SemaphoreHandle_t xSemaphoreCreateMutexStatic(StaticSemaphore_t *pxMutexBuffer) in xSemaphoreCreateMutexStatic()
1235 SemaphoreHandle_t xSemaphoreCreateRecursiveMutexStatic(StaticSemaphore_t *pxMutexBuffer) in xSemaphoreCreateRecursiveMutexStatic()