Searched refs:SIGQUIT (Results 1 - 3 of 3) sorted by relevance

/art/test/004-ThreadStress/src/
H A DMain.java33 SIGQUIT(19), enum constant in enum:Main.Operation
203 case SIGQUIT: {
205 SIGQUIT();
269 private static void SIGQUIT() throws Exception { method in class:Main
275 Field sigquitField = osConstants.getDeclaredField("SIGQUIT");
/art/runtime/
H A Dsignal_catcher.cc85 CHECK_PTHREAD_CALL(pthread_kill, (pthread_, SIGQUIT), "signal catcher shutdown");
129 const char* old_cause = self->StartAssertNoThreadSuspension("Handling SIGQUIT");
172 // block signals like SIGQUIT for all threads, so the condition
206 signals.Add(SIGQUIT);
217 case SIGQUIT:
H A Druntime.cc1074 // SIGQUIT is used to dump the runtime's state (including stack traces).
1075 signals.Add(SIGQUIT);

Completed in 82 milliseconds