MCPcopy Create free account
hub / github.com/chromium/crashpad / Stop

Method Stop

handler/linux/exception_handler_server.cc:319–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void ExceptionHandlerServer::Stop() {
320 keep_running_ = false;
321 if (shutdown_event_ && shutdown_event_->fd.is_valid()) {
322 uint64_t value = 1;
323 LoggingWriteFile(shutdown_event_->fd.get(), &value, sizeof(value));
324 }
325}
326
327void ExceptionHandlerServer::HandleEvent(Event* event, uint32_t event_type) {
328 DCHECK_NE(AsUnderlyingType(event->type),

Callers 2

TEST_PFunction · 0.45

Calls 3

LoggingWriteFileFunction · 0.85
is_validMethod · 0.45
getMethod · 0.45

Tested by 2

TEST_PFunction · 0.36