Home
last modified time | relevance | path

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

/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/
A Dtasks.c265 typedef struct tskTaskControlBlock /* The old naming convention is used to struct
284 xEventListItem; /*< Used to reference a task from an event list. */
287 StackType_t *pxStack; /*< Points to the start of the stack. */
303 uxTCBNumber; /*< Stores a number that increments each time a TCB is
314 UBaseType_t uxMutexesHeld;
318 TaskHookFunction_t pxTaskTag;
342 struct _reent xNewLib_reent;
346 volatile uint32_t ulNotifiedValue;
347 volatile uint8_t ucNotifyState;
362 uint8_t ucDelayAborted;
[all …]

Completed in 13 milliseconds