Searched refs:SemaphoreHandle_t (Results 1 – 2 of 2) sorted by relevance
67 #define xSemaphoreHandle SemaphoreHandle_t198 typedef txfr_sem_t *SemaphoreHandle_t; typedef441 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 …]
1072 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 …]