]> git.sur5r.net Git - freertos/commitdiff
Update comments for vTaskSuspendAll() "API functions that have the potential to cause...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 1 May 2008 15:54:04 +0000 (15:54 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 1 May 2008 15:54:04 +0000 (15:54 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@331 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/include/task.h

index 70c73108611567171d3acc1cec44d0af7733103e..f9299dc95235465a9bfeb8240790ffb70b79f941 100644 (file)
@@ -694,6 +694,10 @@ void vTaskEndScheduler( void );
  * without risk of being swapped out until a call to xTaskResumeAll () has been\r
  * made.\r
  *\r
+ * API functions that have the potential to cause a context switch (for example, \r
+ * vTaskDelayUntil(), xQueueSend(), etc.) must not be called while the scheduler \r
+ * is suspended.\r
+ *\r
  * Example usage:\r
    <pre>\r
  void vTask1( void * pvParameters )\r