MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / ~SignalHandling

Method ~SignalHandling

src/backward.h:4380–4390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4378 bool loaded() const { return true; }
4379
4380 ~SignalHandling()
4381 {
4382 {
4383 std::unique_lock<std::mutex> lk(mtx());
4384 crashed() = crash_status::normal_exit;
4385 }
4386
4387 cv().notify_one();
4388
4389 reporter_thread_.join();
4390 }
4391
4392private:
4393 static CONTEXT* ctx()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected