Lines Matching refs:Crash
63 struct Crash { struct
64 ~Crash() { event_free(crash_event); } in ~Crash() argument
97 static CrashQueue* for_crash(const Crash* crash) { in for_crash()
140 bool maybe_enqueue_crash(Crash* crash) { in maybe_enqueue_crash()
149 void maybe_dequeue_crashes(void (*handler)(Crash* crash)) { in maybe_dequeue_crashes()
151 Crash* next_crash = queued_requests_.front(); in maybe_dequeue_crashes()
199 std::deque<Crash*> queued_requests_;
212 static void perform_request(Crash* crash) { in perform_request()
259 Crash* crash = new Crash(); in crash_accept_cb()
272 Crash* crash = static_cast<Crash*>(arg); in crash_request_cb()
339 Crash* crash = static_cast<Crash*>(arg); in crash_completed_cb()