Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h67 #define xSemaphoreHandle SemaphoreHandle_t
198 typedef txfr_sem_t *SemaphoreHandle_t; typedef
441 SemaphoreHandle_t xSemaphoreCreateCounting(UBaseType_t uxMaxCount,
444 SemaphoreHandle_t xSemaphoreCreateCountingStatic(UBaseType_t uxMaxCount,
448 SemaphoreHandle_t xSemaphoreCreateBinary(void);
450 SemaphoreHandle_t xSemaphoreCreateBinaryStatic(StaticSemaphore_t *pxSemaphoreBuffer);
452 SemaphoreHandle_t xSemaphoreCreateMutex(void);
454 SemaphoreHandle_t xSemaphoreCreateMutexStatic(StaticSemaphore_t *pxMutexBuffer);
456 SemaphoreHandle_t xSemaphoreCreateRecursiveMutex(void);
458 SemaphoreHandle_t xSemaphoreCreateRecursiveMutexStatic(StaticSemaphore_t *pxMutexBuffer);
[all …]
Dtx_freertos.c1072 SemaphoreHandle_t xSemaphoreCreateCounting(UBaseType_t uxMaxCount, in xSemaphoreCreateCounting()
1106 SemaphoreHandle_t xSemaphoreCreateCountingStatic(UBaseType_t uxMaxCount, in xSemaphoreCreateCountingStatic()
1136 SemaphoreHandle_t xSemaphoreCreateBinary(void) in xSemaphoreCreateBinary()
1142 SemaphoreHandle_t xSemaphoreCreateBinaryStatic(StaticSemaphore_t *pxSemaphoreBuffer) in xSemaphoreCreateBinaryStatic()
1150 SemaphoreHandle_t xSemaphoreCreateMutex(void) in xSemaphoreCreateMutex()
1181 SemaphoreHandle_t xSemaphoreCreateMutexStatic(StaticSemaphore_t *pxMutexBuffer) in xSemaphoreCreateMutexStatic()
1201 SemaphoreHandle_t xSemaphoreCreateRecursiveMutex(void) in xSemaphoreCreateRecursiveMutex()
1232 SemaphoreHandle_t xSemaphoreCreateRecursiveMutexStatic(StaticSemaphore_t *pxMutexBuffer) in xSemaphoreCreateRecursiveMutexStatic()
1257 void vSemaphoreDelete(SemaphoreHandle_t xSemaphore) in vSemaphoreDelete()
1280 BaseType_t xSemaphoreTake(SemaphoreHandle_t xSemaphore, TickType_t xTicksToWait) in xSemaphoreTake()
[all …]