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

Method WaitForNotification

test/common/gtest/gtest.cpp:8850–8853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8848}
8849
8850void Notification::WaitForNotification() {
8851 GTEST_CHECK_(
8852 ::WaitForSingleObject(event_.Get(), INFINITE) == WAIT_OBJECT_0);
8853}
8854
8855Mutex::Mutex()
8856 : type_(kDynamic),

Callers 1

ThreadMainMethod · 0.45

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected