Searched refs:pxSemaphoreBuffer (Results 1 – 2 of 2) sorted by relevance
1108 StaticSemaphore_t *pxSemaphoreBuffer) in xSemaphoreCreateCountingStatic() argument1114 configASSERT(pxSemaphoreBuffer != NULL); in xSemaphoreCreateCountingStatic()1122 TX_MEMSET(pxSemaphoreBuffer, 0, sizeof(*pxSemaphoreBuffer)); in xSemaphoreCreateCountingStatic()1123 pxSemaphoreBuffer->max_count = uxMaxCount; in xSemaphoreCreateCountingStatic()1124 pxSemaphoreBuffer->allocated = 0u; in xSemaphoreCreateCountingStatic()1125 pxSemaphoreBuffer->is_mutex = 0u; in xSemaphoreCreateCountingStatic()1127 ret = tx_semaphore_create(&pxSemaphoreBuffer->sem, "", uxInitialCount); in xSemaphoreCreateCountingStatic()1132 return pxSemaphoreBuffer; in xSemaphoreCreateCountingStatic()1142 SemaphoreHandle_t xSemaphoreCreateBinaryStatic(StaticSemaphore_t *pxSemaphoreBuffer) in xSemaphoreCreateBinaryStatic() argument1144 configASSERT(pxSemaphoreBuffer != NULL); in xSemaphoreCreateBinaryStatic()[all …]
446 StaticSemaphore_t *pxSemaphoreBuffer);450 SemaphoreHandle_t xSemaphoreCreateBinaryStatic(StaticSemaphore_t *pxSemaphoreBuffer);