Home
last modified time | relevance | path

Searched refs:threadType (Results 1 – 2 of 2) sorted by relevance

/kernel/uniproton/src/arch/cpu/armv7-m/common/exc/
Dprt_exc.c59 excInfo->threadType = EXC_IN_HWI; in OsExcGetThreadInfo()
61 excInfo->threadType = EXC_IN_TICK; in OsExcGetThreadInfo()
63 excInfo->threadType = EXC_IN_SYS; in OsExcGetThreadInfo()
65 excInfo->threadType = EXC_IN_TASK; in OsExcGetThreadInfo()
70 excInfo->threadType = EXC_IN_SYS_BOOT; in OsExcGetThreadInfo()
/kernel/uniproton/src/include/uapi/hw/armv7-m/
Dprt_exc.h84 U32 threadType; member