MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / Join

Method Join

test/common/gtest/gtest.cpp:9002–9005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9000}
9001
9002void ThreadWithParamBase::Join() {
9003 GTEST_CHECK_(::WaitForSingleObject(thread_.Get(), INFINITE) == WAIT_OBJECT_0)
9004 << "Failed to join the thread with error " << ::GetLastError() << ".";
9005}
9006
9007// Maps a thread to a set of ThreadIdToThreadLocals that have values
9008// 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