Home
last modified time | relevance | path

Searched defs:tskTaskControlBlock (Results 1 – 3 of 3) sorted by relevance

/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_EM_HS/
Dport.c210 …typedef struct tskTaskControlBlock /* The old naming convention is used to prevent breaking … struct
212 …on of the last item placed on the tasks stack. THIS MUST BE THE FIRST MEMBER OF THE TCB STRUCT. */
215 …ttings are defined as part of the port layer. THIS MUST BE THE SECOND MEMBER OF THE TCB STRUCT. */
218 …st item of a task is reference from denotes the state of that task (Ready, Blocked, Suspended ). */
219 … ListItem_t xEventListItem; /*< Used to reference a task from an event list. */
220 …eType_t uxPriority; /*< The priority of the task. 0 is the lowest priority. */
221 StackType_t * pxStack; /*< Points to the start of the stack. */
222 …ted. Facilitates debugging only. */ /*lint !e971 Unqualified char types are allowed for strings a…
225 StackType_t * pxEndOfStack; /*< Points to the highest valid address for the stack. */
229 …critical section nesting depth for ports that do not maintain their own count in the port layer. */
[all …]
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_v1/
Dport.c210 …typedef struct tskTaskControlBlock /* The old naming convention is used to prevent breaking … struct
212 …on of the last item placed on the tasks stack. THIS MUST BE THE FIRST MEMBER OF THE TCB STRUCT. */
215 …ttings are defined as part of the port layer. THIS MUST BE THE SECOND MEMBER OF THE TCB STRUCT. */
218 …st item of a task is reference from denotes the state of that task (Ready, Blocked, Suspended ). */
219 … ListItem_t xEventListItem; /*< Used to reference a task from an event list. */
220 …eType_t uxPriority; /*< The priority of the task. 0 is the lowest priority. */
221 StackType_t * pxStack; /*< Points to the start of the stack. */
222 …ted. Facilitates debugging only. */ /*lint !e971 Unqualified char types are allowed for strings a…
225 … StackType_t * pxEndOfStack; /*< Points to the highest valid address for the stack. */
229 …critical section nesting depth for ports that do not maintain their own count in the port layer. */
[all …]
/Kernel-v10.6.2/
Dtasks.c259 typedef struct tskTaskControlBlock /* The old naming convention is used to prevent breaking k… struct
261 …on of the last item placed on the tasks stack. THIS MUST BE THE FIRST MEMBER OF THE TCB STRUCT. */
264 …ttings are defined as part of the port layer. THIS MUST BE THE SECOND MEMBER OF THE TCB STRUCT. */
267 …st item of a task is reference from denotes the state of that task (Ready, Blocked, Suspended ). */
268 ListItem_t xEventListItem; /**< Used to reference a task from an event list. */
269 …Type_t uxPriority; /**< The priority of the task. 0 is the lowest priority. */
270 StackType_t * pxStack; /**< Points to the start of the stack. */
271 …. Facilitates debugging only. */ /*lint !e971 Unqualified char types are allowed for strings and …
274 StackType_t * pxEndOfStack; /**< Points to the highest valid address for the stack. */
278 …critical section nesting depth for ports that do not maintain their own count in the port layer. */
[all …]