MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / sleep

Function sleep

tests/common/systemtime.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19{
20
21void sleep(int milliseconds)
22{
23 ::Sleep(milliseconds);
24}
25
26SystemTime getSystemTime()
27{

Callers 1

core_thread_localMethod · 0.50

Calls

no outgoing calls

Tested by 1

core_thread_localMethod · 0.40