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

Method ~ThreadWithParam

tests/gtest/gtest.h:1594–1594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1592 pthread_create(&thread_, nullptr, &ThreadFuncWithCLinkage, base));
1593 }
1594 ~ThreadWithParam() override { Join(); }
1595
1596 void Join() {
1597 if (!finished_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected