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

Method Run

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

Source from the content-addressed store, hash-verified

1601 }
1602
1603 void Run() override {
1604 if (thread_can_start_ != nullptr) thread_can_start_->WaitForNotification();
1605 func_(param_);
1606 }
1607
1608 private:
1609 UserThreadFunc* const func_; // User-supplied thread function.

Callers 2

ThreadFuncWithCLinkageFunction · 0.45
RUN_ALL_TESTSFunction · 0.45

Calls 1

WaitForNotificationMethod · 0.45

Tested by

no test coverage detected