Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 3 of 3) sorted by relevance

/oneTBB/python/tbb/
H A Dtest.py79 time.sleep(mseconds/100.)
88 time.sleep(0.0001) # yield equivalent
183 time.sleep(3)
192 time.sleep(3)
/oneTBB/src/tbb/
H A Dwaiters.h114 void sleep(std::uintptr_t uniq_tag, Pred wakeup_condition) { in sleep() function
142 sleep(std::uintptr_t(&my_wait_ctx), wakeup_condition); in pause()
178 sleep(std::uintptr_t(sp), wakeup_condition); in pause()
/oneTBB/examples/graph/dining_philosophers/
H A DREADME.md4 … to be available before eating. Eating and thinking are implemented with `sleep()`. The chopstick …