Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_sig.c572 struct sigaction newact, oldact, oldact2; in __thr_sigaction() local
590 oldact2 = usa->sigact; in __thr_sigaction()
612 usa->sigact = oldact2; in __thr_sigaction()
621 oldact = oldact2; in __thr_sigaction()