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

Method Join

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

Source from the content-addressed store, hash-verified

1594 ~ThreadWithParam() override { Join(); }
1595
1596 void Join() {
1597 if (!finished_) {
1598 GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, nullptr));
1599 finished_ = true;
1600 }
1601 }
1602
1603 void Run() override {
1604 if (thread_can_start_ != nullptr) thread_can_start_->WaitForNotification();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected