Searched refs:stcb (Results 1 – 3 of 3) sorted by relevance
741 LosTaskCB *stcb = NULL; in SwtmrProc() local759 stcb = OsGetTaskCB(arg->tid); in SwtmrProc()760 ret = OsUserProcessOperatePermissionsCheck(stcb, stcb->processCB); in SwtmrProc()766 ret = OsTcbDispatch(stcb, &info); in SwtmrProc()
175 int OsTcbDispatch(LosTaskCB *stcb, siginfo_t *info) in OsTcbDispatch() argument178 sig_cb *sigcb = &stcb->sig; in OsTcbDispatch()201 return OsPendingTaskWake(stcb, info->si_signo); in OsTcbDispatch()
331 extern INT32 OsTcbDispatch(LosTaskCB *stcb, siginfo_t *info);