mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-07-30 09:12:17 +08:00
Update comments for vTaskSuspendAll() "API functions that have the potential to cause a context switch (for example, vTaskDelayUntil(), xQueueSend(), etc.) must not be called while the scheduler is suspended".
This commit is contained in:
@ -694,6 +694,10 @@ void vTaskEndScheduler( void );
|
|||||||
* without risk of being swapped out until a call to xTaskResumeAll () has been
|
* without risk of being swapped out until a call to xTaskResumeAll () has been
|
||||||
* made.
|
* made.
|
||||||
*
|
*
|
||||||
|
* API functions that have the potential to cause a context switch (for example,
|
||||||
|
* vTaskDelayUntil(), xQueueSend(), etc.) must not be called while the scheduler
|
||||||
|
* is suspended.
|
||||||
|
*
|
||||||
* Example usage:
|
* Example usage:
|
||||||
<pre>
|
<pre>
|
||||||
void vTask1( void * pvParameters )
|
void vTask1( void * pvParameters )
|
||||||
|
Reference in New Issue
Block a user