Home
last modified time | relevance | path

Searched refs:peakUsed (Results 1 - 5 of 5) sorted by relevance

/kernel/uniproton/src/core/kernel/task/
H A Dprt_task_info.c89 stackInfo->peakUsed = (U32)(stackInfo->bottom - (uintptr_t)stack); in OsTaskStackPeakGet()
92 stackInfo->peakUsed = OS_MAX_U32; in OsTaskStackPeakGet()
143 taskInfo->peakUsed = stackInfo.peakUsed; in OsTaskInfoStackGet()
/kernel/liteos_a/kernel/base/misc/
H A Dlos_stackinfo.c44 UINT32 OsStackWaterLineGet(const UINTPTR *stackBottom, const UINTPTR *stackTop, UINT32 *peakUsed) in OsStackWaterLineGet() argument
54 *peakUsed = (size == 0) ? size : (size + sizeof(CHAR *)); in OsStackWaterLineGet()
57 *peakUsed = OS_INVALID_WATERLINE; in OsStackWaterLineGet()
/kernel/liteos_a/kernel/base/include/
H A Dlos_stackinfo_pri.h68 * @param peakUsed [OUT] Type #UINT32 * stack waterline.
76 extern UINT32 OsStackWaterLineGet(const UINTPTR *stackBottom, const UINTPTR *stackTop, UINT32 *peakUsed);
/kernel/uniproton/src/include/uapi/
H A Dprt_task.h828 U32 peakUsed; member
941 U32 peakUsed; member
/kernel/liteos_m/kernel/src/
H A Dlos_task.c242 UINT32 peakUsed; in OsGetTaskWaterLine() local
249 peakUsed = OS_TCB_FROM_TID(taskID)->stackSize - in OsGetTaskWaterLine()
253 peakUsed = OS_NULL_INT; in OsGetTaskWaterLine()
255 return peakUsed; in OsGetTaskWaterLine()

Completed in 5 milliseconds