Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Dsemphr.h1025 …#define xSemaphoreCreateCounting( uxMaxCount, uxInitialCount ) xQueueCreateCountingSemaphore( (…
Dmpu_wrappers.h133 #define xQueueCreateCountingSemaphore MPU_xQueueCreateCountingSemaphore macro
Dqueue.h1488 QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount,
/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers.c1425 xReturn = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()
1433 xReturn = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()
Dmpu_wrappers_v2.c2776 … xInternalQueueHandle = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()
/Kernel-v10.6.2/
Dqueue.c851 QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount, in xQueueCreateCountingSemaphore() function
DHistory.txt55 - xQueueCreateCountingSemaphore