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

Method Join

tests/gtest/gtest-all.cc:10228–10231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10226}
10227
10228void ThreadWithParamBase::Join() {
10229 GTEST_CHECK_(::WaitForSingleObject(thread_.Get(), INFINITE) == WAIT_OBJECT_0)
10230 << "Failed to join the thread with error " << ::GetLastError() << ".";
10231}
10232
10233// Maps a thread to a set of ThreadIdToThreadLocals that have values
10234// instantiated on that thread and notifies them when the thread exits. A

Callers

nothing calls this directly

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected