Searched refs:xQueueCreateCountingSemaphore (Results 1 – 7 of 7) sorted by relevance
1025 …#define xSemaphoreCreateCounting( uxMaxCount, uxInitialCount ) xQueueCreateCountingSemaphore( (…
133 #define xQueueCreateCountingSemaphore MPU_xQueueCreateCountingSemaphore macro
1488 QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount,
1425 xReturn = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()1433 xReturn = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()
2776 … xInternalQueueHandle = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()
851 QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount, in xQueueCreateCountingSemaphore() function
55 - xQueueCreateCountingSemaphore