Searched defs:tskTaskControlBlock (Results 1 – 3 of 3) sorted by relevance
219 … ListItem_t xEventListItem; /*< Used to reference a task from an event list. */221 StackType_t * pxStack; /*< Points to the start of the stack. */225 StackType_t * pxEndOfStack; /*< Points to the highest valid address for the stack. */234 … UBaseType_t uxTaskNumber; /*< Stores a number specifically for use by third party trace code. */239 UBaseType_t uxMutexesHeld;243 TaskHookFunction_t pxTaskTag;247 void * pvThreadLocalStoragePointers[ configNUM_THREAD_LOCAL_STORAGE_POINTERS ];259 volatile uint32_t ulNotifiedValue;260 volatile uint8_t ucNotifyState;270 uint8_t ucDelayAborted;[all …]
387 ListItem_t xEventListItem; /**< Used to reference a task from an event list. */389 StackType_t * pxStack; /**< Points to the start of the stack. */397 BaseType_t xPreemptionDisable; /**< Used to prevent the task from being preempted. */401 StackType_t * pxEndOfStack; /**< Points to the highest valid address for the stack. */415 UBaseType_t uxMutexesHeld;419 TaskHookFunction_t pxTaskTag;423 void * pvThreadLocalStoragePointers[ configNUM_THREAD_LOCAL_STORAGE_POINTERS ];435 volatile uint32_t ulNotifiedValue[ configTASK_NOTIFICATION_ARRAY_ENTRIES ];436 volatile uint8_t ucNotifyState[ configTASK_NOTIFICATION_ARRAY_ENTRIES ];446 uint8_t ucDelayAborted;[all …]
Completed in 23 milliseconds