Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8850
void Notification::WaitForNotification() {
8851
GTEST_CHECK_(
8852
::WaitForSingleObject(event_.Get(), INFINITE) == WAIT_OBJECT_0);
8853
}
8854
8855
Mutex::Mutex()
8856
: type_(kDynamic),
Callers
1
ThreadMain
Method · 0.45
Calls
1
Get
Method · 0.80
Tested by
no test coverage detected