Home
last modified time | relevance | path

Searched refs:OsTcbDispatch (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/kernel/base/ipc/
Dlos_signal.c175 int OsTcbDispatch(LosTaskCB *stcb, siginfo_t *info) in OsTcbDispatch() function
297 ret = OsTcbDispatch(tcb, info->sigInfo); in SigProcessSignalHandler()
312 ret = OsTcbDispatch(tcb, info->sigInfo); in SigProcessSignalHandler()
341 (void)OsTcbDispatch(tcb, sigInfo); in SigProcessLoadTcb()
520 return OsTcbDispatch(taskCB, &info); in OsTaskKillUnsafe()
/kernel/liteos_a/kernel/base/include/
Dlos_task_pri.h331 extern INT32 OsTcbDispatch(LosTaskCB *stcb, siginfo_t *info);
/kernel/liteos_a/compat/posix/src/
Dtime.c766 ret = OsTcbDispatch(stcb, &info); in SwtmrProc()