Lines Matching refs:xTicksToWait
2456 TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
2457 … xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWait ) \ argument
2458 …FY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicksToWait ) )
2459 … uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWait ) \ argument
2460 … ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicksToWait ) )
2726 TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
2727 #define ulTaskNotifyTake( xClearCountOnExit, xTicksToWait ) \ argument
2728 … ulTaskGenericNotifyTake( ( tskDEFAULT_INDEX_TO_NOTIFY ), ( xClearCountOnExit ), ( xTicksToWait ) )
2729 #define ulTaskNotifyTakeIndexed( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ) \ argument
2730 ulTaskGenericNotifyTake( ( uxIndexToWaitOn ), ( xClearCountOnExit ), ( xTicksToWait ) )
3046 const TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
3049 const TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
3063 TickType_t xTicksToWait,