Home
last modified time | relevance | path

Searched refs:Pool (Results 1 – 8 of 8) sorted by relevance

/oneTBB/doc/main/reference/
H A Dscalable_memory_pools.rst10 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…
/oneTBB/python/tbb/
H A D__init__.py80 class TBBProcessPool27(multiprocessing.pool.Pool):
122 class TBBProcessPool3(multiprocessing.pool.Pool):
209 self._patch("ThreadPool", "multiprocessing.pool", Pool)
H A Dtest.py107 pool = Pool(4) # start worker threads
H A Dpool.py84 class Pool(object): class
/oneTBB/python/
H A DREADME.md8 The biggest improvement can be achieved when a task pool like the ThreadPool or Pool from the Python
13 The module implements Pool class with the standard interface using oneTBB which can be used to repl…
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dfixed_pool_cls.rst20 ``fixed_pool`` meet the :doc:`Memory Pool named requirement<../scalable_memory_pools>`.
H A Dmemory_pool_cls.rst21 ISO C++ Standard section. A ``memory_pool`` meet the :doc:`Memory Pool named requirement<../scalabl…
/oneTBB/
H A Dthird-party-programs.txt44 2. ActiveState Thread pool with same API as (multi) processing.Pool (Python recipe):
46 Copyright (c) 2006-2008, R Oudkerk (multiprocessing.Pool)