Home
last modified time | relevance | path

Searched refs:make_pool (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/typ/typ/tests/
H A Dpool_test.py20 from typ.pool import make_pool, _MessageType, _ProcessPool, _loop
54 pool = make_pool(host, jobs, _echo, context, _pre, _post)
84 pool = make_pool(host, 1, _echo, None, _stub, _stub)
96 pool = make_pool(host, 2, _echo, context, _pre, _post)
105 pool = make_pool(host, 2, _error, None, _stub, _stub)
115 pool = make_pool(host, 2, _interrupt, None, _stub, _stub)
160 self.assertRaises(Exception, make_pool,
162 self.assertRaises(Exception, make_pool,
164 self.assertRaises(Exception, make_pool,
170 pool = make_pool(host, 2, _echo, context, _pre, _post)
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dmempool.stderr.exp22 by 0x........: make_pool (mempool.c:44)
31 by 0x........: make_pool (mempool.c:44)
52 by 0x........: make_pool (mempool.c:43)
H A Dmempool2.c35 pool *make_pool( int use_mmap ) in make_pool() function
122 pool *p1 = make_pool(0); in test()
125 pool *p2 = make_pool(1); in test()
H A Dmempool2.stderr.exp47 by 0x........: make_pool (mempool2.c:46)
59 by 0x........: make_pool (mempool2.c:47)
85 by 0x........: make_pool (mempool2.c:47)
H A Dmempool.c32 pool *make_pool() in make_pool() function
117 pool *p = make_pool(); in test()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dmempool.stderr.exp22 by 0x........: make_pool (mempool.c:44)
31 by 0x........: make_pool (mempool.c:44)
52 by 0x........: make_pool (mempool.c:43)
H A Dmempool2.c35 pool *make_pool( int use_mmap ) in make_pool() function
122 pool *p1 = make_pool(0); in test()
125 pool *p2 = make_pool(1); in test()
H A Dmempool2.stderr.exp47 by 0x........: make_pool (mempool2.c:46)
59 by 0x........: make_pool (mempool2.c:47)
85 by 0x........: make_pool (mempool2.c:47)
H A Dmempool.c32 pool *make_pool() in make_pool() function
117 pool *p = make_pool(); in test()
/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Dltarena.c125 static void* make_pool(void) { in make_pool() function
154 rv->pools[0] = make_pool(); in lta_new()
204 lta->pools[lta->pool] = make_pool(); in lta_malloc()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kfs/
H A Dpoolpages.h33 rc_t make_pool ( struct ThePool ** pool, uint32_t block_size, uint32_t page_count );
H A Dpoolpages.c49 rc_t make_pool ( ThePool ** pool, uint32_t block_size, uint32_t page_count ) in make_pool() function
H A Dcacheteefile2.c1038 rc = make_pool ( &pool, ctp -> block_size, 8 ); in finish_tee()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfs/
H A Dpoolpages.h33 rc_t make_pool ( struct ThePool ** pool, uint32_t block_size, uint32_t page_count );
H A Dpoolpages.c49 rc_t make_pool ( ThePool ** pool, uint32_t block_size, uint32_t page_count ) in make_pool() function
H A Dcacheteefile2.c1038 rc = make_pool ( &pool, ctp -> block_size, 8 ); in finish_tee()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/httplib2shim/
H A D__init__.py97 def patch(make_pool=_default_make_pool): argument
113 Http._make_pool = make_pool
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/typ/typ/
H A Dpool.py23 def make_pool(host, jobs, callback, context, pre_fn, post_fn): function
H A Drunner.py47 from typ.pool import make_pool
582 pool = make_pool(h, jobs, _run_one_test, child,
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/
H A Ddatabase.py93 def make_pool( function
415 self._db_pool = make_pool(hs.get_reactor(), database_config, engine)
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dimp.cpp61 static std::unique_ptr<Pool> make_pool(const PoolParams &p) in make_pool() function
84 : pool(make_pool(params)), real_pool_caching(make_pool_caching(params)), in ImpBase()