Lines Matching full:with

22  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
50 * If tskKERNEL_VERSION_NUMBER ends with + it represents the version in development
107 … task being queried is in the Suspended state, or is in the Blocked state with an infinite time ou…
158 /* Used with the uxTaskGetSystemState() function to return the state of each task
221 * so must be used with care!
240 * so must be used with care!
570 * // the task, with appropriate access permissions. Different processors have
664 * // the task, with appropriate access permissions. Different processors have
741 * // desired that these MPU regions are replaced with that defined in the
816 * rate - with the resolution of one tick period.
882 * time specified in milliseconds with a resolution of one tick period.
885 * task was last unblocked. The variable must be initialised with the current time
890 * time *pxPreviousWakeTime + xTimeIncrement. Calling xTaskDelayUntil with the
891 * same xTimeIncrement parameter value will cause the task to execute with
907 * // Initialise the xLastWakeTime variable with the current time.
997 * // It was created with tskIDLE_PRIORITY, but may have changed
1090 * Populates a TaskStatus_t structure with information about a task.
1096 * filled with information about the task referenced by the handle passed using
1234 * // with our handle as the parameter.
1285 * // time in accordance with its priority within the system.
1308 * xTaskResumeFromISR() should not be used to synchronise a task with an
1398 * // application task does not interfere with networking.
1505 * // Start the real time kernel with preemption.
1561 * // Start the real time kernel with preemption.
1809 * Returns the high water mark of the stack associated with xTask. That is,
1820 * @param xTask Handle of the task associated with the stack to be checked.
1840 * Returns the high water mark of the stack associated with xTask. That is,
1851 * @param xTask Handle of the task associated with the stack to be checked.
2019 * The function vApplicationGetPassiveIdleTaskMemory is called with passive idle
2042 * Calls the hook function associated with xTask. Passing xTask as NULL has
2067 * xTaskGetIdleTaskHandleForCore() with xCoreID set to 0 to get the Active
2068 * idle task handle. Call xTaskGetIdleTaskHandleForCore() with xCoreID set to
2195 * Lists all the current tasks, along with their current state and stack
2256 * Lists all the current tasks, along with their current state and stack
2509 * Sends a direct to task notification to a task, with an optional value and
2546 * single notification value with an array of notification values necessitated a
2551 * with the uxIndexToNotify parameter set to 0.
2563 * @param ulValue Data that can be sent with the notification. How the data is
2570 * The target notification value is bitwise ORed with ulValue.
2625 * xTaskNotifyIndexed() with the addition that it also returns the subject
2630 * xTaskNotifyAndQuery() performs the same operation as xTaskNotify() with the
2694 * single notification value with an array of notification values necessitated a
2699 * xTaskNotifyIndexedFromISR() with the uxIndexToNotify parameter set to 0.
2711 * @param ulValue Data that can be sent with the notification. How the data is
2718 * The task's notification value is bitwise ORed with ulValue. xTaskNotify()
2778 * xTaskNotifyIndexedFromISR() with the addition that it also returns the
2784 * xTaskNotifyFromISR() with the addition that it also returns the subject
2848 * single notification value with an array of notification values necessitated a
2853 * xTaskNotifyWaitIndexed() with the uxIndexToWaitOn parameter set to 0.
2960 * single notification value with an array of notification values necessitated a
2965 * xTaskNotifyGiveIndexed() with the uxIndexToNotify parameter set to 0.
2977 * @return xTaskNotifyGive() is a macro that calls xTaskNotify() with the
3037 * single notification value with an array of notification values necessitated a
3042 * xTaskNotifyGiveIndexedFromISR() with the uxIndexToNotify parameter set to 0.
3115 * macro, or xTaskNotifyIndex() function with the eAction parameter set to
3139 * single notification value with an array of notification values necessitated a
3144 * ulTaskNotifyTakeIndexed() with the uxIndexToWaitOn parameter set to 0.
3211 * single notification value with an array of notification values necessitated a
3216 * xTaskNotifyStateClearIndexed() with the uxIndexToNotify parameter set to 0.
3271 * single notification value with an array of notification values necessitated a
3276 * ulTaskNotifyValueClearIndexed() with the uxIndexToClear parameter set to 0.
3317 * Capture the current time for future use with xTaskCheckForTimeOut().
3473 * THIS FUNCTION MUST BE CALLED WITH INTERRUPTS DISABLED.
3482 * The 'unordered' version replaces the event list item value with the
3510 * THIS FUNCTION MUST BE CALLED WITH INTERRUPTS DISABLED.
3525 * THIS FUNCTION MUST BE CALLED WITH INTERRUPTS DISABLED.
3637 * to date with the actual execution time by being skipped forward by a time
3647 * specific sleep function to determine if it is ok to proceed with the sleep,
3651 * called with the scheduler suspended, not from within a critical section. It
3729 * For internal use only. Get MPU settings associated with a task.