Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10039
void Notification::WaitForNotification() {
10040
GTEST_CHECK_(
10041
::WaitForSingleObject(event_.Get(), INFINITE) == WAIT_OBJECT_0);
10042
}
10043
10044
Mutex::Mutex()
10045
: owner_thread_id_(0),
Callers
1
ThreadMain
Method · 0.45
Calls
1
Get
Method · 0.80
Tested by
no test coverage detected