Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dsignal_stress_test.cc36 ASSERT_EQ(signal, SIGXCPU); in StressResumeHandler()
80 ASSERT_EQ(0, sigaddset(&sa.sa_mask, SIGXCPU)); in TEST()
89 ScopedSigaction scoped_xcpu(SIGXCPU, &sa); in TEST()
118 ASSERT_EQ(pthread_kill(child_id[i], SIGXCPU), 0); in TEST()
133 pthread_kill(child_id[i], SIGXCPU); in TEST()
Dsetjmp_test.cc50 ScopedSigaction scoped_sa(SIGXCPU, &sa); in WrapperHandler()
54 raise(SIGXCPU); in WrapperHandler()
Dsignal_test.cc239 const int test_signals[] = {SIGILL, SIGXCPU, SIGPWR}; in TEST()
293 ASSERT_EQ(sigismember(&current_mask, SIGXCPU), 1); in SuspendHandler()
302 g_expected_resume_signal = SIGXCPU; in SuspendHandler()
309 ASSERT_EQ(sigismember(&current_mask, SIGXCPU), 1); in SuspendHandler()
327 ScopedSigaction scoped_xcpu(SIGXCPU, &sa); in TEST()
330 sigaddset(&sa.sa_mask, SIGXCPU); in TEST()
356 ASSERT_EQ(pthread_kill(child_id, SIGXCPU), 0); in TEST()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java671 public static final int SIGXCPU = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp547 initConstant(env, c, "SIGXCPU", SIGXCPU); in OsConstants_initConstants()
/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.txt27960 field public static final int SIGXCPU;