Home
last modified time | relevance | path

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

/kernel/uniproton/src/include/uapi/
Dprt_task.h804 struct TskInfo { struct
806 uintptr_t sp;
808 uintptr_t pc;
810 TskStatus taskStatus;
812 TskPrior taskPrio;
814 U32 stackSize;
816 uintptr_t topOfStack;
818 char name[OS_TSK_NAME_LEN];
820 void *entry;
822 void *tcbAddr;
[all …]