Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/unit_fuzzers/
DBpBinderFuzz.cpp45 prctl(PR_SET_PDEATHSIG, SIGHUP); // racey, okay in LLVMFuzzerTestOneInput()
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp1124 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
1128 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
1132 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
1136 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
1140 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
1144 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
1148 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
1152 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
DbinderVendorDoubleLoadTest.cpp146 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
/frameworks/native/libs/binder/tests/
DbinderClearBufTest.cpp102 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
DbinderRpcBenchmark.cpp306 prctl(PR_SET_PDEATHSIG, SIGHUP); // racey, okay in forkRpcServer()
330 prctl(PR_SET_PDEATHSIG, SIGHUP); // racey, okay in main()
DbinderStabilityTest.cpp383 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
DbinderRecordReplayTest.cpp398 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
DbinderSafeInterfaceTest.cpp831 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
DbinderLibTest.cpp165 prctl(PR_SET_PDEATHSIG, SIGHUP); in start_server_process()
DbinderRpcTest.cpp98 prctl(PR_SET_PDEATHSIG, SIGHUP); in Process()
/frameworks/native/libs/binderthreadstate/
Dtest.cpp232 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
236 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp145 case SIGHUP: in signalCatcher()
147 sigaction(SIGHUP, &gOrigSigactionHUP, NULL); in signalCatcher()
172 if (sigaction(SIGHUP, &act, &gOrigSigactionHUP) != 0) { in configureSignals()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java646 public static final int SIGHUP = placeholder(); field in OsConstants
/frameworks/native/cmds/atrace/
Datrace.cpp1063 sigaction(SIGHUP, &sa, nullptr); in registerSigHandler()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp514 initConstant(env, c, "SIGHUP", SIGHUP); in OsConstants_initConstants()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp523 if (sigaction(SIGHUP, &sig_hup, nullptr) < 0) { in SetSignalHandlers()
/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.txt27935 field public static final int SIGHUP;