Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h66 #define xSemaphoreHandle SemaphoreHandle_t
197 typedef txfr_sem_t *SemaphoreHandle_t; typedef
440 SemaphoreHandle_t xSemaphoreCreateCounting(UBaseType_t uxMaxCount,
443 SemaphoreHandle_t xSemaphoreCreateCountingStatic(UBaseType_t uxMaxCount,
447 SemaphoreHandle_t xSemaphoreCreateBinary(void);
449 SemaphoreHandle_t xSemaphoreCreateBinaryStatic(StaticSemaphore_t *pxSemaphoreBuffer);
451 SemaphoreHandle_t xSemaphoreCreateMutex(void);
453 SemaphoreHandle_t xSemaphoreCreateMutexStatic(StaticSemaphore_t *pxMutexBuffer);
455 SemaphoreHandle_t xSemaphoreCreateRecursiveMutex(void);
457 SemaphoreHandle_t xSemaphoreCreateRecursiveMutexStatic(StaticSemaphore_t *pxMutexBuffer);
[all …]
Dtx_freertos.c1075 SemaphoreHandle_t xSemaphoreCreateCounting(UBaseType_t uxMaxCount, in xSemaphoreCreateCounting()
1109 SemaphoreHandle_t xSemaphoreCreateCountingStatic(UBaseType_t uxMaxCount, in xSemaphoreCreateCountingStatic()
1139 SemaphoreHandle_t xSemaphoreCreateBinary(void) in xSemaphoreCreateBinary()
1145 SemaphoreHandle_t xSemaphoreCreateBinaryStatic(StaticSemaphore_t *pxSemaphoreBuffer) in xSemaphoreCreateBinaryStatic()
1153 SemaphoreHandle_t xSemaphoreCreateMutex(void) in xSemaphoreCreateMutex()
1184 SemaphoreHandle_t xSemaphoreCreateMutexStatic(StaticSemaphore_t *pxMutexBuffer) in xSemaphoreCreateMutexStatic()
1204 SemaphoreHandle_t xSemaphoreCreateRecursiveMutex(void) in xSemaphoreCreateRecursiveMutex()
1235 SemaphoreHandle_t xSemaphoreCreateRecursiveMutexStatic(StaticSemaphore_t *pxMutexBuffer) in xSemaphoreCreateRecursiveMutexStatic()
1260 void vSemaphoreDelete(SemaphoreHandle_t xSemaphore) in vSemaphoreDelete()
1283 BaseType_t xSemaphoreTake(SemaphoreHandle_t xSemaphore, TickType_t xTicksToWait) in xSemaphoreTake()
[all …]