Home
last modified time | relevance | path

Searched refs:ulTaskGenericNotifyTake (Results 1 – 5 of 5) sorted by relevance

/Kernel-v10.6.2/include/
HDtask.h2724 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWaitOn,
2728ulTaskGenericNotifyTake( ( tskDEFAULT_INDEX_TO_NOTIFY ), ( xClearCountOnExit ), ( xTicksToWait ) )
2730 ulTaskGenericNotifyTake( ( uxIndexToWaitOn ), ( xClearCountOnExit ), ( xTicksToWait ) )
HDmpu_wrappers.h73 #define ulTaskGenericNotifyTake MPU_ulTaskGenericNotifyTake macro
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c1029 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
1037 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
HDmpu_wrappers_v2.c1463 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTakeImpl()
/Kernel-v10.6.2/
HDtasks.c4759 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWait, in ulTaskGenericNotifyTake() function