Home
last modified time | relevance | path

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

/oneTBB/examples/common/gui/
H A Dwinvideo.hpp31 #define YIELD_TO_THREAD() Sleep(0) macro
33 #define YIELD_TO_THREAD() SwitchToThread() macro
273 YIELD_TO_THREAD(); // give time for processing when running on single CPU in main_loop()
304 YIELD_TO_THREAD(); in next_frame()