Home
last modified time | relevance | path

Searched refs:OsGetAllTskInfo (Results 1 – 20 of 20) sorted by relevance

/kernel/liteos_m/components/shell/src/cmds/
Dtask_shellcmd.c41 OsGetAllTskInfo(); in OsShellCmdTskInfoGet()
/kernel/liteos_m/arch/risc-v/riscv32/gcc/
Dlos_interrupt.c336 OsGetAllTskInfo(); in HalExcEntry()
/kernel/liteos_m/kernel/include/
Dlos_task.h1780 extern UINT32 OsGetAllTskInfo(VOID);
/kernel/liteos_m/arch/arm/arm9/gcc/
Dlos_interrupt.c467 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/xtensa/lx6/gcc/
Dlos_interrupt.c511 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/csky/v2/gcc/
Dlos_interrupt.c547 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/arm/cortex-m4/iar/
Dlos_interrupt.c573 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/
Dlos_interrupt.c562 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/
Dlos_interrupt.c572 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/
Dlos_interrupt.c562 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/
Dlos_interrupt.c562 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/
Dlos_interrupt.c572 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/
Dlos_interrupt.c570 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/arm/cortex-m3/keil/
Dlos_interrupt.c571 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/arm/cortex-m7/iar/
Dlos_interrupt.c569 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/arm/cortex-m7/gcc/
Dlos_interrupt.c560 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/
Dlos_interrupt.c572 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/arm/cortex-m4/gcc/
Dlos_interrupt.c565 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/
Dlos_interrupt.c572 OsGetAllTskInfo(); in OsExcInfoDisplay()
/kernel/liteos_m/kernel/src/
Dlos_task.c339 LITE_OS_SEC_TEXT_MINOR UINT32 OsGetAllTskInfo(VOID) in OsGetAllTskInfo() function
1451 retVal = OsGetAllTskInfo(); in LOS_TaskInfoMonitor()