Searched refs:oldstates (Results 1 – 1 of 1) sorted by relevance
600 struct hurd_sigstate *oldstates; in _Fork() local615 oldstates = _hurd_sigstates; in _Fork()616 if (oldstates == ss) in _Fork()617 oldstates = ss->next; in _Fork()677 while (oldstates != NULL) in _Fork()679 struct hurd_sigstate *next = oldstates->next; in _Fork()681 if (oldstates->thread == _hurd_msgport_thread) in _Fork()686 _hurd_sigstates->next = oldstates; in _Fork()687 oldstates->next = 0; in _Fork()690 free (oldstates); in _Fork()[all …]