MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / SleepMilliseconds

Function SleepMilliseconds

tests/gtest/gtest-all.cc:9985–9987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9983#if GTEST_IS_THREADSAFE && GTEST_OS_WINDOWS
9984
9985void SleepMilliseconds(int n) {
9986 ::Sleep(static_cast<DWORD>(n));
9987}
9988
9989AutoHandle::AutoHandle()
9990 : handle_(INVALID_HANDLE_VALUE) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected