We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0801c91 commit e8a98c9Copy full SHA for e8a98c9
tasks.c
@@ -662,7 +662,8 @@ static void prvAddCurrentTaskToDelayedList( TickType_t xTicksToWait,
662
663
/*
664
* Return the amount of time, in ticks, that will pass before the kernel will
665
- * next move a task from the Blocked state to the Running state.
+ * next move a task from the Blocked state to the Running state or before the
666
+ * tick count overflows (whichever is earlier).
667
*
668
* This conditional compilation should use inequality to 0, not equality to 1.
669
* This is to ensure portSUPPRESS_TICKS_AND_SLEEP() can be called when user
0 commit comments