Home
last modified time | relevance | path

Searched refs:shellEntryHandle (Results 1 – 6 of 6) sorted by relevance

/kernel/liteos_a/apps/shell/include/
Dshell.h74 pthread_t shellEntryHandle; member
/kernel/liteos_m/components/shell/include/
Dshell.h88 UINT32 shellEntryHandle; member
/kernel/liteos_a/shell/full/include/
Dshell.h89 UINT32 shellEntryHandle; member
/kernel/liteos_a/apps/shell/src/
Dmain.c83 shellCB->shellEntryHandle = pthread_self(); in OsShellCreateTask()
/kernel/liteos_a/shell/full/src/base/
Dshow.c155 (VOID)LOS_TaskDelete(shellCB->shellEntryHandle);
Dshmsg.c455 ret = LOS_TaskCreate(&shellCB->shellEntryHandle, &initParam); in ShellEntryInit()
457 (VOID)ConsoleTaskReg((INT32)shellCB->consoleID, shellCB->shellEntryHandle); in ShellEntryInit()