Home
last modified time | relevance | path

Searched refs:configUSE_COUNTING_SEMAPHORES (Results 1 – 4 of 4) sorted by relevance

/Kernel-v10.6.2/include/
HDFreeRTOS.h310 #ifndef configUSE_COUNTING_SEMAPHORES
311 #define configUSE_COUNTING_SEMAPHORES 0 macro
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c1414 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1441 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
HDmpu_wrappers_v2.c2763 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
2795 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
/Kernel-v10.6.2/
HDqueue.c813 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
849 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )