Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libthr/thread/
HDthr_sig.c574 struct sigaction newact, oldact, oldact2; in __thr_sigaction() local
592 oldact2 = usa->sigact; in __thr_sigaction()
614 usa->sigact = oldact2; in __thr_sigaction()
623 oldact = oldact2; in __thr_sigaction()