Home
last modified time | relevance | path

Searched refs:OsStackWaterLineGet (Results 1 - 4 of 4) sorted by relevance

/kernel/liteos_a/kernel/base/misc/
H A Dlos_stackinfo.c44 UINT32 OsStackWaterLineGet(const UINTPTR *stackBottom, const UINTPTR *stackTop, UINT32 *peakUsed) in OsStackWaterLineGet() function
101 (VOID)OsStackWaterLineGet(stack, stackTop, &size); in OsExcStackInfo()
/kernel/liteos_a/kernel/base/include/
H A Dlos_stackinfo_pri.h76 extern UINT32 OsStackWaterLineGet(const UINTPTR *stackBottom, const UINTPTR *stackTop, UINT32 *peakUsed);
/kernel/liteos_a/kernel/base/core/
H A Dlos_info.c164 (VOID)OsStackWaterLineGet((const UINTPTR *)(taskCB->topOfStack + taskCB->stackSize), in GetThreadInfo()
H A Dlos_task.c1148 taskInfo->bOvf = OsStackWaterLineGet((const UINTPTR *)taskInfo->uwBottomOfStack, in LOS_TaskInfoGet()

Completed in 3 milliseconds