Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/include/
Dlos_process_pri.h388 STATIC INLINE UINT32 OsProcessThreadNumberGet(const LosTaskCB *taskCB) in OsProcessThreadNumberGet() function
/kernel/liteos_a/kernel/base/core/
Dlos_task.c811 if (OsProcessThreadNumberGet(runTask) == 1) { /* 1: The last task of the process exits */ in OsRunningTaskToExit()