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
106 … task being queried is in the Suspended state, or is in the Blocked state with an infinite time ou…
157 /* Used with the uxTaskGetSystemState() function to return the state of each task
210 * so must be used with care!
225 * so must be used with care!
528 * // the task, with appropriate access permissions. Different processors have
616 * // the task, with appropriate access permissions. Different processors have
687 * // desired that these MPU regions are replaced with that defined in the
760 * rate - with the resolution of one tick period.
826 * time specified in milliseconds with a resolution of one tick period.
829 * task was last unblocked. The variable must be initialised with the current time
834 * time *pxPreviousWakeTime + xTimeIncrement. Calling xTaskDelayUntil with the
835 * same xTimeIncrement parameter value will cause the task to execute with
851 * // Initialise the xLastWakeTime variable with the current time.
939 * // It was created with tskIDLE_PRIORITY, but may have changed
999 * Populates a TaskStatus_t structure with information about a task.
1005 * filled with information about the task referenced by the handle passed using
1141 * // with our handle as the parameter.
1192 * // time in accordance with its priority within the system.
1215 * xTaskResumeFromISR() should not be used to synchronise a task with an
1254 * // Start the real time kernel with preemption.
1310 * // Start the real time kernel with preemption.
1556 * Returns the high water mark of the stack associated with xTask. That is,
1567 * @param xTask Handle of the task associated with the stack to be checked.
1585 * Returns the high water mark of the stack associated with xTask. That is,
1596 * @param xTask Handle of the task associated with the stack to be checked.
1745 * Calls the hook function associated with xTask. Passing xTask as NULL has
1878 * Lists all the current tasks, along with their current state and stack
2060 * Sends a direct to task notification to a task, with an optional value and
2097 * single notification value with an array of notification values necessitated a
2102 * with the uxIndexToNotify parameter set to 0.
2114 * @param ulValue Data that can be sent with the notification. How the data is
2121 * The target notification value is bitwise ORed with ulValue.
2176 * xTaskNotifyIndexed() with the addition that it also returns the subject
2181 * xTaskNotifyAndQuery() performs the same operation as xTaskNotify() with the
2245 * single notification value with an array of notification values necessitated a
2250 * xTaskNotifyIndexedFromISR() with the uxIndexToNotify parameter set to 0.
2262 * @param ulValue Data that can be sent with the notification. How the data is
2269 * The task's notification value is bitwise ORed with ulValue. xTaskNotify()
2329 * xTaskNotifyIndexedFromISR() with the addition that it also returns the
2335 * xTaskNotifyFromISR() with the addition that it also returns the subject
2399 * single notification value with an array of notification values necessitated a
2404 * xTaskNotifyWaitIndexed() with the uxIndexToWaitOn parameter set to 0.
2511 * single notification value with an array of notification values necessitated a
2516 * xTaskNotifyGiveIndexed() with the uxIndexToNotify parameter set to 0.
2528 * @return xTaskNotifyGive() is a macro that calls xTaskNotify() with the
2588 * single notification value with an array of notification values necessitated a
2593 * xTaskNotifyGiveIndexedFromISR() with the uxIndexToNotify parameter set to 0.
2666 * macro, or xTaskNotifyIndex() function with the eAction parameter set to
2690 * single notification value with an array of notification values necessitated a
2695 * ulTaskNotifyTakeIndexed() with the uxIndexToWaitOn parameter set to 0.
2762 * single notification value with an array of notification values necessitated a
2767 * xTaskNotifyStateClearIndexed() with the uxIndexToNotify parameter set to 0.
2822 * single notification value with an array of notification values necessitated a
2827 * ulTaskNotifyValueClearIndexed() with the uxIndexToClear parameter set to 0.
2868 * Capture the current time for future use with xTaskCheckForTimeOut().
3018 * THIS FUNCTION MUST BE CALLED WITH INTERRUPTS DISABLED.
3027 * The 'unordered' version replaces the event list item value with the
3055 * THIS FUNCTION MUST BE CALLED WITH INTERRUPTS DISABLED.
3070 * THIS FUNCTION MUST BE CALLED WITH INTERRUPTS DISABLED.
3167 * to date with the actual execution time by being skipped forward by a time
3175 * specific sleep function to determine if it is ok to proceed with the sleep,
3179 * called with the scheduler suspended, not from within a critical section. It
3203 * For internal use only. Get MPU settings associated with a task.