Home
last modified time | relevance | path

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

/src/lib/libthr/thread/
H A Dthr_sig.c591 struct sigaction newact, oldact, oldact2; in __thr_sigaction() local
609 oldact2 = usa->sigact; in __thr_sigaction()
631 usa->sigact = oldact2; in __thr_sigaction()
640 oldact = oldact2; in __thr_sigaction()