Home
last modified time | relevance | path

Searched defs:reset (Results 1 – 25 of 25) sorted by relevance

/oneTBB/src/tbb/
H A Dtask_group_context.cpp244 void task_group_context_impl::reset(d1::task_group_context& ctx) { in reset() function in tbb::detail::r1::task_group_context_impl
342 void __TBB_EXPORTED_FUNC reset(d1::task_group_context& ctx) { in reset() function
H A Dthread_control_monitor.h68 void reset() override { in reset() function
H A Dconcurrent_monitor.h121 virtual void reset() { in reset() function
176 void reset() override { in reset() function
H A Dparallel_pipeline.cpp100 void reset() { in reset() function
313 void reset() { in reset() function in tbb::detail::r1::stage_task
/oneTBB/test/common/
H A Dtest_comparisons.h93 static void reset() { in reset() function
H A Dstate_trackable.h70 static void reset() { in reset() function
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h215 void reset() { for (unsigned i=0; i<SZ; i++) mask[i].store(0, std::memory_order_relaxed); } in reset() function
256 void reset() { head = nullptr; } in reset() function
H A Dbackend.h152 void reset() { in reset() function
190 void reset() { bins.reset(); } in reset() function
H A Dlarge_objects.h134 void reset() { usedSz = cachedSz = 0; } in reset() function
H A Dfrontend.cpp915 void BootStrapBlocks::reset() in reset() function in rml::internal::BootStrapBlocks
1111 bool MemoryPool::reset() in reset() function in rml::internal::MemoryPool
1450 void Block::privatizePublicFreeList( bool reset ) in privatizePublicFreeList()
1616 void OrphanedBlocks::reset() in reset() function in rml::internal::OrphanedBlocks
1711 void Block::reset() in reset() function in rml::internal::Block
H A Dlarge_objects.cpp758 void LargeObjectCacheImpl<Props>::reset() { in reset() function in rml::internal::LargeObjectCacheImpl
830 void LargeObjectCache::reset() in reset() function in rml::internal::LargeObjectCache
H A Dbackend.cpp553 void Backend::IndexedBins::reset() in reset() function in rml::internal::Backend::IndexedBins
1376 void Backend::reset() in reset() function in rml::internal::Backend
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_item_buffer_impl.h237 void reset() { clean_up_buffer(/*reset_pointers*/true); grow_my_array(initial_buffer_size); } in reset() function
252 void reset() {my_reserved = false; item_buffer<T,A>::reset(); } in reset() function
H A D_flow_graph_cache_impl.h130 void reset() { in reset() function
203 void reset() { in reset() function
H A D_flow_graph_tagged_buffer_impl.h189 void reset() { in reset() function
H A D_utils.h88 void reset() { in reset() function
/oneTBB/include/oneapi/tbb/
H A Dqueuing_mutex.h50 void reset() { in reset() function
H A Dtask_group.h365 void reset() { in reset() function
H A Dflow_graph.h489 inline void graph::reset( reset_flags f ) { in reset() function
/oneTBB/test/tbb/
H A Dtest_parallel_for.cpp209 static void reset() { need_to_wait = true; } in reset() function
H A Dtest_task.cpp67 static void reset() { in reset() function in CountingTask
H A Dtest_flow_graph_priorities.cpp411 void reset() { in reset() function
H A Dtest_eh_algorithms.cpp55 void reset() { in reset() function
/oneTBB/examples/graph/logic_sim/
H A Dbasics.hpp299 void reset() { in reset() function in pulse
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp1222 static void reset() { heterogeneous_keys_count = 0; } in reset() function in HeterogeneousKey