Searched refs:SIGPWR (Results 1 – 8 of 8) sorted by relevance
/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | signal_test.cc | 100 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 …]
|
D | clone_test.cc | 39 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()
|
D | signal_stress_test.cc | 44 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()
|
D | setjmp_test.cc | 67 ScopedSigaction scoped_sa(SIGPWR, &sa); in TEST() 68 raise(SIGPWR); in TEST()
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 521 #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/ |
D | OsConstants.java | 653 public static final int SIGPWR = placeholder(); field in OsConstants
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27942 field public static final int SIGPWR;
|