Searched refs:xQueueCreateCountingSemaphore (Results 1 – 7 of 7) sorted by relevance
1025 …#define xSemaphoreCreateCounting( uxMaxCount, uxInitialCount ) xQueueCreateCountingSemaphore( (…
135 #define xQueueCreateCountingSemaphore MPU_xQueueCreateCountingSemaphore macro
1506 QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount,
1401 xReturn = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()1409 xReturn = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()
2845 … xInternalQueueHandle = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()
902 QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount, in xQueueCreateCountingSemaphore() function
224 - xQueueCreateCountingSemaphore