Searched refs:sigContext (Results 1 – 3 of 3) sorted by relevance
112 if (sigcb->sigContext != NULL) { in OsUserCloneParentStack()113 cloneStack = (VOID *)((UINTPTR)sigcb->sigContext - sizeof(TaskContext)); in OsUserCloneParentStack()
150 void *sigContext; member
755 sigcb->sigContext = sp; in OsSaveSignalContext()785 VOID *saveContext = sigcb->sigContext; in OsRestorSignalContext()786 sigcb->sigContext = NULL; in OsRestorSignalContext()