Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dwaiters.h35 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 Dmain.h63 while( InitializationLock.test_and_set() ) backoff.pause(); in lock()
H A Darena_slot.h292 for( atomic_backoff b;;b.pause() ) { in acquire_task_pool()
343 backoff.pause(); in lock_task_pool()
H A Dmailbox.h147 … while ( !(second = curr->next_in_mailbox.load(std::memory_order_acquire)) ) backoff.pause(); in internal_pop()
H A Dtask_stream.h196 for (atomic_backoff b; !empty() && !popped; b.pause()) { in pop()
H A Dobserver_proxy.cpp80 for (atomic_backoff backoff; ; backoff.pause()) { in clear()
H A Dscheduler_common.h280 bool pause() { in pause() function
H A Dtask_dispatcher.h232 waiter.pause(slot); in receive_or_steal_task()
H A Dqueuing_rw_mutex.cpp491 …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 DSynchronize.h38 while (m_flag.test_and_set()) backoff.pause(); in lock()
94 void pause() { backoff.pause(); } in pause() function
H A Dbackend.cpp327 backoff.pause(); in waitTillBlockReleased()
335 backoff.pause(); in waitTillBlockReleased()
H A Dlarge_objects.cpp1039 backoff.pause(); in hardCachesCleanup()
/oneTBB/include/oneapi/tbb/
H A Dspin_rw_mutex.h67 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 Dspin_mutex.h71 while (m_flag.exchange(true)) backoff.pause(); in lock()
H A Dconcurrent_vector.h888 backoff.pause(); in internal_grow_to_at_least()
/oneTBB/include/oneapi/tbb/detail/
H A D_utils.h58 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.h301 backoff.pause(); in extend_table_if_necessary()
H A D_concurrent_queue_base.h341 for (atomic_backoff b{};; b.pause()) { in spin_wait_until_my_turn()
/oneTBB/src/tbb/tools_api/legacy/
H A Dittnotify.h267 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 DREADME.md47 * `any key` - enable repetition of rendering after the pause. Press ESC to stop the application.
/oneTBB/src/tbb/tools_api/
H A Dittnotify_static.c1019 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 Dittnotify_static.h67 ITT_STUBV(ITTAPI, void, pause, (void), (ITT_NO_PARAMS), pause, __itt_group_control | __itt_group_…
H A Dittnotify.h341 ITT_STUBV(ITTAPI, void, pause, (void))
346 #define __itt_pause ITTNOTIFY_VOID(pause)
347 #define __itt_pause_ptr ITTNOTIFY_NAME(pause)