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

Method WaitForNotification

tests/gtest/gtest-all.cc:10039–10042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10037}
10038
10039void Notification::WaitForNotification() {
10040 GTEST_CHECK_(
10041 ::WaitForSingleObject(event_.Get(), INFINITE) == WAIT_OBJECT_0);
10042}
10043
10044Mutex::Mutex()
10045 : owner_thread_id_(0),

Callers 1

ThreadMainMethod · 0.45

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected