Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8846
void Notification::Notify() {
8847
GTEST_CHECK_(::SetEvent(event_.Get()) != FALSE);
8848
}
8849
8850
void Notification::WaitForNotification() {
8851
GTEST_CHECK_(
Callers
nothing calls this directly
Calls
1
Get
Method · 0.80
Tested by
no test coverage detected