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

Function sleep

benchmarks/tbb/tbb_thread.h:323–325  ·  view source on GitHub ↗

The current thread blocks at least until the time specified.

Source from the content-addressed store, hash-verified

321 inline void yield() { internal::thread_yield_v3(); }
322 //! The current thread blocks at least until the time specified.
323 inline void sleep(const tick_count::interval_t &i) {
324 internal::thread_sleep_v3(i);
325 }
326} // namespace this_tbb_thread
327
328} // namespace tbb

Callers

nothing calls this directly

Calls 1

thread_sleep_v3Function · 0.85

Tested by

no test coverage detected