Home
last modified time | relevance | path

Searched refs:sig_cb (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/kernel/base/ipc/
Dlos_signal.c70 STATIC VOID OsMoveTmpInfoToUnbInfo(sig_cb *sigcb, INT32 signo) in OsMoveTmpInfoToUnbInfo()
88 STATIC INT32 OsAddSigInfoToTmpList(sig_cb *sigcb, siginfo_t *info) in OsAddSigInfoToTmpList()
115 VOID OsClearSigInfoTmpList(sig_cb *sigcb) in OsClearSigInfoTmpList()
126 sig_cb *sigcb = &taskCB->sig; in OsSigWaitTaskWake()
178 sig_cb *sigcb = &stcb->sig; in OsTcbDispatch()
585 sig_cb *sigcb = NULL; in OsSigTimedWaitNoLock()
707 sig_cb *sigcb = &task->sig; in OsSigIntLock()
715 sig_cb *sigcb = &task->sig; in OsSigIntUnlock()
727 sig_cb *sigcb = &task->sig; in OsSaveSignalContext()
775 sig_cb *sigcb = &task->sig; in OsRestorSignalContext()
/kernel/liteos_a/kernel/base/include/
Dlos_signal.h152 } sig_cb; typedef
179 VOID OsClearSigInfoTmpList(sig_cb *sigcb);
Dlos_sched_pri.h427 sig_cb sig;
/kernel/liteos_a/arch/arm/arm/src/
Dlos_hw.c109 sig_cb *sigcb = &task->sig; in OsUserCloneParentStack()