Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_internal.cpp155 struct sigaction act = {}, oldact; in android_run_on_all_threads() local
159 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()