| /oneTBB/src/tbb/ |
| H A D | waiters.h | 35 bool pause() { in pause() function 36 if (my_backoff.pause()) { in pause() 69 void pause(arena_slot&) { in pause() function 70 waiter_base::pause(); in pause() 135 void pause(arena_slot&) { in pause() function 136 if (!sleep_waiter::pause()) { in pause() 169 void pause(arena_slot& slot) { in pause() function 170 if (!sleep_waiter::pause()) { in pause()
|
| H A D | main.h | 63 while( InitializationLock.test_and_set() ) backoff.pause(); in lock()
|
| H A D | arena_slot.h | 292 for( atomic_backoff b;;b.pause() ) { in acquire_task_pool() 343 backoff.pause(); in lock_task_pool()
|
| H A D | mailbox.h | 147 … while ( !(second = curr->next_in_mailbox.load(std::memory_order_acquire)) ) backoff.pause(); in internal_pop()
|
| H A D | task_stream.h | 196 for (atomic_backoff b; !empty() && !popped; b.pause()) { in pop()
|
| H A D | observer_proxy.cpp | 80 for (atomic_backoff backoff; ; backoff.pause()) { in clear()
|
| H A D | scheduler_common.h | 280 bool pause() { in pause() function
|
| H A D | task_dispatcher.h | 232 waiter.pause(slot); in receive_or_steal_task()
|
| H A D | queuing_rw_mutex.cpp | 491 …r( atomic_backoff b; tricky_pointer::load(s.my_next, std::memory_order_relaxed)==tmp; b.pause() ) { in upgrade_to_writer()
|
| /oneTBB/src/tbbmalloc/ |
| H A D | Synchronize.h | 38 while (m_flag.test_and_set()) backoff.pause(); in lock() 94 void pause() { backoff.pause(); } in pause() function
|
| H A D | backend.cpp | 327 backoff.pause(); in waitTillBlockReleased() 335 backoff.pause(); in waitTillBlockReleased()
|
| H A D | large_objects.cpp | 1039 backoff.pause(); in hardCachesCleanup()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | spin_rw_mutex.h | 67 for (atomic_backoff backoff; ; backoff.pause()) { in lock() 103 for (atomic_backoff b; ; b.pause()) { in lock_shared() 156 … while ((m_state.load(std::memory_order_relaxed) & READERS) != ONE_READER) backoff.pause(); in upgrade()
|
| H A D | spin_mutex.h | 71 while (m_flag.exchange(true)) backoff.pause(); in lock()
|
| H A D | concurrent_vector.h | 888 backoff.pause(); in internal_grow_to_at_least()
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _utils.h | 58 atomic_backoff(bool) : count(1) { pause(); } in atomic_backoff() 65 void pause() { in pause() function 100 backoff.pause(); in spin_wait_while()
|
| H A D | _segment_table.h | 301 backoff.pause(); in extend_table_if_necessary()
|
| H A D | _concurrent_queue_base.h | 341 for (atomic_backoff b{};; b.pause()) { in spin_wait_until_my_turn()
|
| /oneTBB/src/tbb/tools_api/legacy/ |
| H A D | ittnotify.h | 267 ITT_STUBV(ITTAPI, void, pause, (void)) 270 #define __itt_pause ITTNOTIFY_VOID(pause) 271 #define __itt_pause_ptr ITTNOTIFY_NAME(pause)
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | README.md | 47 * `any key` - enable repetition of rendering after the pause. Press ESC to stop the application.
|
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify_static.c | 1019 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(pause),_init))(void) in ITT_VERSIONIZE() argument 1025 … if (ITTNOTIFY_NAME(pause) && ITTNOTIFY_NAME(pause) != ITT_VERSIONIZE(ITT_JOIN(_N_(pause),_init))) in ITT_VERSIONIZE() 1027 ITTNOTIFY_NAME(pause)(); in ITT_VERSIONIZE() local
|
| H A D | ittnotify_static.h | 67 ITT_STUBV(ITTAPI, void, pause, (void), (ITT_NO_PARAMS), pause, __itt_group_control | __itt_group_…
|
| H A D | ittnotify.h | 341 ITT_STUBV(ITTAPI, void, pause, (void)) 346 #define __itt_pause ITTNOTIFY_VOID(pause) 347 #define __itt_pause_ptr ITTNOTIFY_NAME(pause)
|