Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Drml_base.h88 virtual void cleanup( job& ) RML_PURE(void)
H A Dthread_dispatcher.h60 void cleanup(job& j) override;
H A Dtask.cpp169 case post_resume_action::cleanup: in do_post_resume_action()
H A Dthread_dispatcher.cpp217 void thread_dispatcher::cleanup(job& j) { in cleanup() function in tbb::detail::r1::thread_dispatcher
H A Dtask_dispatcher.cpp221 m_thread_data->set_post_resume_action(post_resume_action::cleanup, this); in co_local_wait_for_all()
H A Dprivate_server.cpp278 my_client.cleanup(j); in run()
H A Darena.h89 void cleanup() { in cleanup() function
H A Dscheduler_common.h458 cleanup, in alignas() enumerator
H A Darena.cpp325 my_co_cache.cleanup(); in free_arena()
/oneTBB/doc/main/tbb_userguide/
H A DAllocator_Configuration.rst36 regular cleanup operations.
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h254 bool cleanup(bool cleanOnlyUnused);
285 bool cleanup(Backend* backend);
H A Dfrontend.cpp346 friend bool OrphanedBlocks::cleanup(Backend*);
652 bool released = allLocalCaches.cleanup(/*cleanOnlyUnused=*/false); in releaseAllLocalCaches()
686 bool AllLocalCaches::cleanup(bool cleanOnlyUnused) in cleanup() function in rml::internal::AllLocalCaches
1622 bool OrphanedBlocks::cleanup(Backend* backend) in cleanup() function in rml::internal::OrphanedBlocks
H A Dlarge_objects.cpp1045 ret |= orphanedBlocks.cleanup(&backend); in hardCachesCleanup()
H A Dbackend.cpp747 extMemPool->allLocalCaches.cleanup(/*cleanOnlyUnused=*/true) : in releaseCachesToLimit()
/oneTBB/python/rml/
H A Dipc_server.cpp581 my_client.cleanup(j); in run()