Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dtask.h3174 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWaitOn,
3178ulTaskGenericNotifyTake( ( tskDEFAULT_INDEX_TO_NOTIFY ), ( xClearCountOnExit ), ( xTicksToWait ) )
3180 ulTaskGenericNotifyTake( ( uxIndexToWaitOn ), ( xClearCountOnExit ), ( xTicksToWait ) )
Dmpu_wrappers.h72 #define ulTaskGenericNotifyTake MPU_ulTaskGenericNotifyTake macro
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c1005 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
1013 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
Dmpu_wrappers_v2.c1437 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTakeImpl()
/Kernel-v11.1.0/
Dtasks.c7614 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWaitOn, in ulTaskGenericNotifyTake() function
DHistory.txt71 + Update the scheduler suspension usage in ulTaskGenericNotifyTake and