Searched refs:sigcb (Results 1 – 3 of 3) sorted by relevance
70 STATIC VOID OsMoveTmpInfoToUnbInfo(sig_cb *sigcb, INT32 signo) in OsMoveTmpInfoToUnbInfo() argument72 SigInfoListNode *tmpInfoNode = sigcb->tmpInfoListHead; in OsMoveTmpInfoToUnbInfo()73 SigInfoListNode **prevHook = &sigcb->tmpInfoListHead; in OsMoveTmpInfoToUnbInfo()77 … (VOID)memcpy_s(&sigcb->sigunbinfo, sizeof(siginfo_t), &tmpInfoNode->info, sizeof(siginfo_t)); in OsMoveTmpInfoToUnbInfo()88 STATIC INT32 OsAddSigInfoToTmpList(sig_cb *sigcb, siginfo_t *info) in OsAddSigInfoToTmpList() argument91 SigInfoListNode *tmp = sigcb->tmpInfoListHead; in OsAddSigInfoToTmpList()106 tmp->next = sigcb->tmpInfoListHead; in OsAddSigInfoToTmpList()107 sigcb->tmpInfoListHead = tmp; in OsAddSigInfoToTmpList()115 VOID OsClearSigInfoTmpList(sig_cb *sigcb) in OsClearSigInfoTmpList() argument117 while (sigcb->tmpInfoListHead != NULL) { in OsClearSigInfoTmpList()[all …]
109 sig_cb *sigcb = &task->sig; in OsUserCloneParentStack() local112 if (sigcb->sigContext != NULL) { in OsUserCloneParentStack()113 cloneStack = (VOID *)((UINTPTR)sigcb->sigContext - sizeof(TaskContext)); in OsUserCloneParentStack()
179 VOID OsClearSigInfoTmpList(sig_cb *sigcb);