Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dsignal_test.cc100 const int sig_num = SIGPWR; in TEST()
239 const int test_signals[] = {SIGILL, SIGXCPU, SIGPWR}; in TEST()
287 ASSERT_EQ(signal, SIGPWR); in SuspendHandler()
332 ScopedSigaction scoped_pwr(SIGPWR, &sa); in TEST()
349 ASSERT_EQ(pthread_kill(child_id, SIGPWR), 0); in TEST()
366 ASSERT_EQ(signal, SIGPWR); in SigActionDeferHandler()
373 ASSERT_EQ(pthread_kill(pthread_self(), SIGPWR), 0); in SigActionDeferHandler()
390 ScopedSigaction scoped_sa(SIGPWR, &sa); in TEST()
392 ASSERT_EQ(pthread_kill(pthread_self(), SIGPWR), 0); in TEST()
400 ASSERT_EQ(signal, SIGPWR); in SigActionNoDeferHandler()
[all …]
Dclone_test.cc39 raise(SIGPWR); in VerifySignalHandler()
61 EXPECT_EQ(sigaction(SIGPWR, &sa, nullptr), 0); in SharedSighandRunner()
74 EXPECT_EQ(sigaction(SIGPWR, &sa, nullptr), 0); in UnsharedSighandRunner()
86 ScopedSigaction scoped_sa(SIGPWR, &sa); in TEST()
117 EXPECT_EQ(sigaction(SIGPWR, &sa, nullptr), 0); in CloneOutlivingChild()
Dsignal_stress_test.cc44 ASSERT_EQ(signal, SIGPWR); in StressSuspendHandler()
82 ScopedSigaction scoped_pwr(SIGPWR, &sa); in TEST()
87 ASSERT_EQ(0, sigaddset(&sa.sa_mask, SIGPWR)); in TEST()
108 ASSERT_EQ(pthread_kill(child_id[i], SIGPWR), 0); in TEST()
Dsetjmp_test.cc67 ScopedSigaction scoped_sa(SIGPWR, &sa); in TEST()
68 raise(SIGPWR); in TEST()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp521 #if defined(SIGPWR) in OsConstants_initConstants()
522 initConstant(env, c, "SIGPWR", SIGPWR); in OsConstants_initConstants()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java653 public static final int SIGPWR = placeholder(); field in OsConstants
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27942 field public static final int SIGPWR;