Lines Matching full:then
85 * returns (via a pointer parameter) an TaskHandle_t variable that can then
304 * xTaskCreate() then both blocks of memory are automatically dynamically
307 * xTaskCreateStatic() then the application writer must provide the required
416 * xTaskCreate() then both blocks of memory are automatically dynamically
419 * xTaskCreateStatic() then the application writer must provide the required
432 * the stack is 32-bits wide and ulStackDepth is defined as 100 then 400 bytes
441 * ulStackDepth indexes - the array will then be used as the task's stack,
445 * then be used to hold the task's data structures, removing the need for the
448 * @return If neither puxStackBuffer nor pxTaskBuffer are NULL, then the task
450 * puxStackBuffer or pxTaskBuffer are NULL then the task will not be created and
459 * // then 400 bytes (100 * 32-bits) will be allocated.
626 * xTaskCreateRestricted() then the stack is provided by the application writer,
629 * is created using xTaskCreateRestrictedStatic() then the application writer
639 * StaticTask_t - which is then used to hold the task's data structure.
948 * that is in the Blocked state is used in a call to xTaskAbortDelay() then the
955 * would then need to know if the queue was locked.
959 * @return If the task referenced by xTask was not in the Blocked state then
1092 * @param xTask Handle of the task being queried. If xTask is NULL then
1111 * information then set eState to eInvalid - otherwise the value passed in
1528 * stop. Execution then resumes from the point where vTaskStartScheduler ()
1640 * @return If resuming the scheduler caused a context switch then pdTRUE is
2103 * FreeRTOSConfig.h then *pulTotalRunTime is set by uxTaskGetSystemState() to the
2161 * // If the percentage is zero here then the task has
2206 * vTaskListTasks() calls uxTaskGetSystemState(), then formats part of the
2267 * vTaskList() calls uxTaskGetSystemState(), then formats part of the
2302 * must also then provide definitions for
2324 * vTaskGetRunTimeStatistics() calls uxTaskGetSystemState(), then formats part of
2363 * must also then provide definitions for
2391 * vTaskGetRunTimeStats() calls uxTaskGetSystemState(), then formats part of the
2425 * available. The application must also then provide definitions for
2463 * available. The application must also then provide definitions for
2535 * wait for a notification when the notification arrives then the task will
2585 * same array index then the target notification value is set to ulValue and
2587 * had a notification pending at the same array index then no action is
2683 * wait for a notification when the notification arrives then the task will
2732 * If the task being notified did not already have a notification pending then
2735 * pending then no action is performed and pdFAIL is returned.
2746 * xTaskNotifyFromISR() sets this value to pdTRUE then a context switch should
2832 * wait for a notification when the notification arrives then the task will
2870 * the calling task exits the xTaskNotifyWait() function then the task's
2872 * the pulNotificationValue parameter. Then any bits that are set in
2895 * already pending when xTaskNotifyWait was called) then pdPASS is
2949 * equivalent then the task being notified should wait for the notification
3026 * equivalent then the task being notified should wait for the notification
3059 * vTaskNotifyGiveFromISR() sets this value to pdTRUE then a context switch
3152 * @param xClearCountOnExit if xClearCountOnExit is pdFALSE then the task's
3155 * not pdFALSE then the task's notification value is cleared to zero when the
3200 * If a notification is sent to an index within the array of notifications then
3356 * // Rx buffer then the task enters the Blocked state until it is notified that
3358 * // data then the task re-enters the Blocked state, and xTaskCheckForTimeOut()
3460 * a ready list. If a non-zero value is returned then a context switch is
3608 * priority task then timed out without obtaining the mutex, then the lower
3634 * If tickless mode is being used, or a low power mode is implemented, then