Searched refs:oldact (Results 1 – 1 of 1) sorted by relevance
155 struct sigaction act = {}, oldact; in android_run_on_all_threads() local159 if (sigaction(BIONIC_SIGNAL_RUN_ON_ALL_THREADS, &act, &oldact) != 0) { in android_run_on_all_threads()190 sigaction(BIONIC_SIGNAL_RUN_ON_ALL_THREADS, &oldact, 0); in android_run_on_all_threads()