Searched defs:fatal (Results 1 - 6 of 6) sorted by relevance

/system/core/logwrapper/
H A Dlogwrapper.c27 void fatal(const char *msg) { function
34 fatal(
/system/core/libcutils/
H A Dashmem-dev.c88 static int __ashmem_is_ashmem(int fd, int fatal) argument
120 if (fatal) {
/system/extras/latencytop/
H A Dlatencytop.c46 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal);
232 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal) { argument
242 if (fatal) {
256 if (fatal) {
/system/core/debuggerd/handler/
H A Ddebuggerd_handler.cpp102 static void __noreturn __printflike(1, 2) fatal(const char* fmt, ...) { function
116 fatal("%s: %s", buf, strerror(err));
372 // Signals can either be fatal or nonfatal.
373 // For fatal signals, crash_dump will send us the signal we crashed with
448 // If this was a fatal crash, populate si_value with the abort message address if possible.
488 // Signals can either be fatal or nonfatal.
489 // For fatal signals, crash_dump will PTRACE_CONT us with the signal we
500 // If the signal is fatal, don't unlock the mutex to prevent other crashing threads from
/system/core/libnetutils/
H A Ddhcpclient.c79 int fatal(const char *reason) function
406 return fatal("cannot obtain interface address");
409 return fatal("cannot obtain interface index");
469 return fatal("poll failed");
/system/core/adb/
H A Dadb.cpp74 void fatal(const char *fmt, ...) { function
123 fatal("failed to allocate an apacket");

Completed in 188 milliseconds