Searched refs:Pool (Results 1 – 8 of 8) sorted by relevance
10 thread-safe, scalable operations. The following table summarizes the Memory Pool named requirement.36 …The ``memory_pool`` template class and the ``fixed_pool`` class meet the Memory Pool named require…
80 class TBBProcessPool27(multiprocessing.pool.Pool):122 class TBBProcessPool3(multiprocessing.pool.Pool):209 self._patch("ThreadPool", "multiprocessing.pool", Pool)
107 pool = Pool(4) # start worker threads
84 class Pool(object): class
8 The biggest improvement can be achieved when a task pool like the ThreadPool or Pool from the Python13 The module implements Pool class with the standard interface using oneTBB which can be used to repl…
20 ``fixed_pool`` meet the :doc:`Memory Pool named requirement<../scalable_memory_pools>`.
21 ISO C++ Standard section. A ``memory_pool`` meet the :doc:`Memory Pool named requirement<../scalabl…
44 2. ActiveState Thread pool with same API as (multi) processing.Pool (Python recipe):46 Copyright (c) 2006-2008, R Oudkerk (multiprocessing.Pool)