MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / Sleep

Method Sleep

cpp/src/platform/Thread.cpp:106–112  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Causes the thread to sleep for the specified number of milliseconds. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

104// Causes the thread to sleep for the specified number of milliseconds.
105//-----------------------------------------------------------------------------
106void Thread::Sleep
107(
108 uint32 _milliseconds
109)
110{
111 return( m_pImpl->Sleep( _milliseconds ) );
112}
113
114//-----------------------------------------------------------------------------
115// <Thread::IsSignalled>

Callers 1

ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected