Home
last modified time | relevance | path

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

/kernel/liteos_a/compat/posix/src/
Dtime.c741 LosTaskCB *stcb = NULL; in SwtmrProc() local
759 stcb = OsGetTaskCB(arg->tid); in SwtmrProc()
760 ret = OsUserProcessOperatePermissionsCheck(stcb, stcb->processCB); in SwtmrProc()
766 ret = OsTcbDispatch(stcb, &info); in SwtmrProc()
/kernel/liteos_a/kernel/base/ipc/
Dlos_signal.c175 int OsTcbDispatch(LosTaskCB *stcb, siginfo_t *info) in OsTcbDispatch() argument
178 sig_cb *sigcb = &stcb->sig; in OsTcbDispatch()
201 return OsPendingTaskWake(stcb, info->si_signo); in OsTcbDispatch()
/kernel/liteos_a/kernel/base/include/
Dlos_task_pri.h331 extern INT32 OsTcbDispatch(LosTaskCB *stcb, siginfo_t *info);