| /oneTBB/test/common/ |
| H A D | utils_yield.h | 25 static inline void yield() { in yield() function 29 using std::this_thread::yield;
|
| H A D | exception_handling.h | 138 utils::yield(); in ThrowTestException() 239 utils::yield(); in WaitUntilConcurrencyPeaks() 275 utils::yield(); in operator() 292 utils::yield(); in WaitUntilReady()
|
| H A D | spin_barrier.h | 46 utils::yield(); in SpinWaitWhile()
|
| /oneTBB/test/tbb/ |
| H A D | test_task_group.cpp | 68 utils::yield(); in operator ()() 92 utils::yield(); in Wait() 148 utils::yield(); in Run() 430 utils::yield(); in operator ()() 435 utils::yield(); in operator ()() 500 utils::yield(); in TestManualCancellationWithFunctor() 576 utils::yield(); in Launch() 916 utils::yield(); in __anoneb262a490702() 956 utils::yield(); in __anoneb262a490802() 968 utils::yield(); in __anoneb262a490802() [all …]
|
| H A D | test_task_arena.cpp | 350 while(my_stage < 2+slot) utils::yield(); in operator ()() 948 for (int j = 0; j < 100; j++) utils::yield(); in execute() 1000 utils::yield(); in TestEnqueue() 1129 while ( processed < bunch*bunch_size ) utils::yield(); in TestMultipleWaits() 1140 while ( processed ) utils::yield(); in TestMultipleWaits() 1761 utils::yield(); in operator ()() 1962 utils::yield(); 1969 while (task_counter < 100000) utils::yield(); 2066 while (counter < 42) { utils::yield(); }
|
| H A D | test_arena_priorities.cpp | 153 utils::yield(); in submit_work() 169 utils::yield(); in wait_work_completion()
|
| H A D | test_partitioner.cpp | 73 std::this_thread::yield(); in test()
|
| H A D | test_eh_algorithms.cpp | 536 utils::yield(); in operator ()() 1185 utils::yield(); in TestCancelation1_parallel_for_each() 1200 utils::yield(); in operator ()() 1687 utils::yield(); in operator ()()
|
| H A D | test_flow_graph_priorities.cpp | 74 tbb::detail::d0::yield(); in body_func() 752 tbb::detail::d0::yield(); in operator ()()
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _machine.h | 65 static inline void yield() { in yield() function 71 static inline void yield() { 75 using std::this_thread::yield; 102 yield(); in machine_pause()
|
| H A D | _utils.h | 72 yield(); in pause() 130 yield(); in timed_spin_wait_until()
|
| /oneTBB/examples/test_all/fibonacci/ |
| H A D | fibonacci.cpp | 115 static inline void yield() { in yield() function 119 using std::this_thread::yield; 130 yield(); in SerialQueueFib() 134 yield(); in SerialQueueFib() 297 yield(); in operator ()() 299 yield(); in operator ()()
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_init_shutdown.cpp | 58 while (FinishedTasks != NTasks) utils::yield(); in Test1() 101 while (FinishedTasks != 2) utils::yield(); in Test2()
|
| H A D | test_malloc_whitebox.cpp | 48 …ine WhiteboxTestingYield() (tbb::detail::yield(), tbb::detail::yield(), tbb::detail::yield(), tbb:… 327 std::this_thread::yield(); in operator ()()
|
| /oneTBB/src/tbb/ |
| H A D | rml_base.h | 117 virtual void yield() = 0;
|
| H A D | private_server.cpp | 192 void yield() override { d0::yield(); } in yield() function in tbb::detail::r1::rml::private_server
|
| H A D | thread_dispatcher.cpp | 190 yield(); in process()
|
| H A D | threading_control.cpp | 259 yield(); in wait_last_reference()
|
| H A D | scheduler_common.h | 284 d0::yield(); in pause()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Automatic_Chunking.rst | 23 chunk size more precisely might yield better performance.
|
| H A D | Mutex_Flavors.rst | 37 yield [#]_ the processor. To *block* means to yield the
|
| /oneTBB/test/conformance/ |
| H A D | conformance_arena_constraints.cpp | 37 while(!task_done) { utils::yield(); }
|
| H A D | conformance_task_arena.cpp | 57 utils::yield();
|
| /oneTBB/src/tbbmalloc/ |
| H A D | Customize.h | 67 tbb::detail::yield(); in do_yield()
|
| /oneTBB/python/rml/ |
| H A D | ipc_server.cpp | 478 void yield() override {d0::yield();} in yield() function in tbb::detail::rml::ipc_server
|