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

Method Notify

test/common/gtest/gtest.cpp:8846–8848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8844}
8845
8846void Notification::Notify() {
8847 GTEST_CHECK_(::SetEvent(event_.Get()) != FALSE);
8848}
8849
8850void Notification::WaitForNotification() {
8851 GTEST_CHECK_(

Callers

nothing calls this directly

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected