Home
last modified time | relevance | path

Searched refs:xQueueCreateCountingSemaphore (Results 1 – 7 of 7) sorted by relevance

/Kernel-v11.0.1/include/
Dsemphr.h1025 …#define xSemaphoreCreateCounting( uxMaxCount, uxInitialCount ) xQueueCreateCountingSemaphore( (…
Dmpu_wrappers.h135 #define xQueueCreateCountingSemaphore MPU_xQueueCreateCountingSemaphore macro
Dqueue.h1506 QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount,
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers.c1401 xReturn = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()
1409 xReturn = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()
Dmpu_wrappers_v2.c2840 … xInternalQueueHandle = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()
/Kernel-v11.0.1/
Dqueue.c902 QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount, in xQueueCreateCountingSemaphore() function
DHistory.txt147 - xQueueCreateCountingSemaphore