Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/common/
Dconsole.c198 (OsCurrTaskGet()->taskID != consoleCB->shellEntryId)) { in ConsoleCtrlRightsCapture()
200 (VOID)LOS_TaskSuspend(consoleCB->shellEntryId); in ConsoleCtrlRightsCapture()
215 (OsCurrTaskGet()->taskID != consoleCB->shellEntryId)) { in ConsoleCtrlRightsRelease()
216 (VOID)LOS_TaskResume(consoleCB->shellEntryId); in ConsoleCtrlRightsRelease()
628 if (OsCurrTaskGet()->taskID == consoleCB->shellEntryId) { in DoRead()
1198 … consoleCB->shellEntryId = SHELL_ENTRYID_INVALID; /* initialize shellEntryId to an invalid value */ in OsConsoleCBInit()
1403 BOOL IsShellEntryRunning(UINT32 shellEntryId) in IsShellEntryRunning() argument
1406 if (shellEntryId == SHELL_ENTRYID_INVALID) { in IsShellEntryRunning()
1409 taskCB = OsGetTaskCB(shellEntryId); in IsShellEntryRunning()
1420 if (!IsShellEntryRunning(g_console[consoleID - 1]->shellEntryId)) { in ConsoleTaskReg()
[all …]
Dconsole.h88 UINT32 shellEntryId; member