Home
last modified time | relevance | path

Searched refs:pool (Results 426 – 450 of 60205) sorted by relevance

1...<<11121314151617181920>>...2409

/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dframepool.c65 if (!pool) in ff_frame_pool_video_init()
80 ret = av_image_fill_linesizes(pool->linesize, pool->format, in ff_frame_pool_video_init()
85 if (!(pool->linesize[0] & (pool->align - 1))) in ff_frame_pool_video_init()
90 pool->linesize[i] = FFALIGN(pool->linesize[i], pool->align); in ff_frame_pool_video_init()
112 return pool; in ff_frame_pool_video_init()
129 if (!pool) in ff_frame_pool_audio_init()
146 pool->pools[0] = av_buffer_pool_init(pool->linesize[0], NULL); in ff_frame_pool_audio_init()
150 return pool; in ff_frame_pool_audio_init()
163 if (!pool) in ff_frame_pool_get_video_config()
182 if (!pool) in ff_frame_pool_get_audio_config()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dframepool.c65 if (!pool) in ff_frame_pool_video_init()
80 ret = av_image_fill_linesizes(pool->linesize, pool->format, in ff_frame_pool_video_init()
85 if (!(pool->linesize[0] & (pool->align - 1))) in ff_frame_pool_video_init()
90 pool->linesize[i] = FFALIGN(pool->linesize[i], pool->align); in ff_frame_pool_video_init()
112 return pool; in ff_frame_pool_video_init()
129 if (!pool) in ff_frame_pool_audio_init()
146 pool->pools[0] = av_buffer_pool_init(pool->linesize[0], NULL); in ff_frame_pool_audio_init()
150 return pool; in ff_frame_pool_audio_init()
163 if (!pool) in ff_frame_pool_get_video_config()
182 if (!pool) in ff_frame_pool_get_audio_config()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dframepool.c65 if (!pool) in ff_frame_pool_video_init()
80 ret = av_image_fill_linesizes(pool->linesize, pool->format, in ff_frame_pool_video_init()
85 if (!(pool->linesize[0] & (pool->align - 1))) in ff_frame_pool_video_init()
90 pool->linesize[i] = FFALIGN(pool->linesize[i], pool->align); in ff_frame_pool_video_init()
112 return pool; in ff_frame_pool_video_init()
129 if (!pool) in ff_frame_pool_audio_init()
146 pool->pools[0] = av_buffer_pool_init(pool->linesize[0], NULL); in ff_frame_pool_audio_init()
150 return pool; in ff_frame_pool_audio_init()
163 if (!pool) in ff_frame_pool_get_video_config()
182 if (!pool) in ff_frame_pool_get_audio_config()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dframepool.c65 if (!pool) in ff_frame_pool_video_init()
80 ret = av_image_fill_linesizes(pool->linesize, pool->format, in ff_frame_pool_video_init()
85 if (!(pool->linesize[0] & (pool->align - 1))) in ff_frame_pool_video_init()
90 pool->linesize[i] = FFALIGN(pool->linesize[i], pool->align); in ff_frame_pool_video_init()
112 return pool; in ff_frame_pool_video_init()
129 if (!pool) in ff_frame_pool_audio_init()
146 pool->pools[0] = av_buffer_pool_init(pool->linesize[0], NULL); in ff_frame_pool_audio_init()
150 return pool; in ff_frame_pool_audio_init()
163 if (!pool) in ff_frame_pool_get_video_config()
182 if (!pool) in ff_frame_pool_get_audio_config()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dframepool.c65 if (!pool) in ff_frame_pool_video_init()
80 ret = av_image_fill_linesizes(pool->linesize, pool->format, in ff_frame_pool_video_init()
85 if (!(pool->linesize[0] & (pool->align - 1))) in ff_frame_pool_video_init()
90 pool->linesize[i] = FFALIGN(pool->linesize[i], pool->align); in ff_frame_pool_video_init()
112 return pool; in ff_frame_pool_video_init()
129 if (!pool) in ff_frame_pool_audio_init()
146 pool->pools[0] = av_buffer_pool_init(pool->linesize[0], NULL); in ff_frame_pool_audio_init()
150 return pool; in ff_frame_pool_audio_init()
163 if (!pool) in ff_frame_pool_get_video_config()
182 if (!pool) in ff_frame_pool_get_audio_config()
[all …]
/dports/net/fort/FORT-validator-1.5.3/src/thread/
H A Dthread_pool.c107 panic_on_fail(pthread_cond_wait(&pool->parent2worker, &pool->lock), in wait_for_parent_signal()
206 mutex_lock(pool); in tasks_poll()
212 while (TAILQ_EMPTY(&pool->queue) && !pool->stop) in tasks_poll()
215 if (pool->stop) in tasks_poll()
233 if (pool->stop) in tasks_poll()
236 if (pool->working_count == 0 && TAILQ_EMPTY(&pool->queue)) in tasks_poll()
294 pool); in spawn_threads()
358 *pool = result; in thread_pool_create()
402 free(pool); in thread_pool_destroy()
441 result = (pool->working_count < pool->thread_ids_len); in thread_pool_avail_threads()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/
H A Dtx_pool.go234 pool.locals = newAccountSet(pool.signer)
239 pool.priced = newTxPricedList(pool.all)
254 pool.chainHeadSub = pool.chain.SubscribeChainHeadEvent(pool.chainHeadCh)
260 return pool
456 return pool.scope.Track(pool.txFeed.Subscribe(ch))
474 for _, tx := range pool.priced.Cap(price, pool.locals) {
633 if uint64(pool.all.Count()) >= pool.config.GlobalSlots+pool.config.GlobalQueue {
641 …drop := pool.priced.Discard(pool.all.Count()-int(pool.config.GlobalSlots+pool.config.GlobalQueue-1…
724 if pool.journal == nil || !pool.locals.contains(from) {
775 return pool.addTx(tx, !pool.config.NoLocals)
[all …]
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/cts/scheduler/dot/
H A Dpromoted-partially-demoted-group.dot2 "cdev-pool-0-drbd_demote_0 sd01-1" -> "cdev-pool-0-drbd_monitor_20000 sd01-1" [ style = bold]
3 "cdev-pool-0-drbd_demote_0 sd01-1" -> "ms-cdev-pool-0-drbd_demoted_0" [ style = bold]
24 "cdev-pool-0-drbd_promote_0 sd01-0" -> "ms-cdev-pool-0-drbd_promoted_0" [ style = bold]
26 "cdev-pool-0-iscsi-export_running_0" -> "cdev-pool-0-iscsi-vips_start_0" [ style = bold]
33 "cdev-pool-0-iscsi-export_stop_0" -> "cdev-pool-0-iscsi-export_stopped_0" [ style = bold]
38 "cdev-pool-0-iscsi-export_stopped_0" -> "ms-cdev-pool-0-drbd_demote_0" [ style = bold]
73 "cdev-pool-0-iscsi-vips_start_0" -> "cdev-pool-0-iscsi-vips_running_0" [ style = bold]
77 "cdev-pool-0-iscsi-vips_stop_0" -> "cdev-pool-0-iscsi-vips_stopped_0" [ style = bold]
98 "ms-cdev-pool-0-drbd_demote_0" -> "cdev-pool-0-drbd_demote_0 sd01-1" [ style = bold]
99 "ms-cdev-pool-0-drbd_demote_0" -> "ms-cdev-pool-0-drbd_demoted_0" [ style = bold]
[all …]
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/pengine/test10/
H A Dmaster-partially-demoted-group.dot2 "cdev-pool-0-drbd_demote_0 sd01-1" -> "cdev-pool-0-drbd_monitor_20000 sd01-1" [ style = bold]
3 "cdev-pool-0-drbd_demote_0 sd01-1" -> "ms-cdev-pool-0-drbd_demoted_0" [ style = bold]
24 "cdev-pool-0-drbd_promote_0 sd01-0" -> "ms-cdev-pool-0-drbd_promoted_0" [ style = bold]
26 "cdev-pool-0-iscsi-export_running_0" -> "cdev-pool-0-iscsi-vips_start_0" [ style = bold]
33 "cdev-pool-0-iscsi-export_stop_0" -> "cdev-pool-0-iscsi-export_stopped_0" [ style = bold]
38 "cdev-pool-0-iscsi-export_stopped_0" -> "ms-cdev-pool-0-drbd_demote_0" [ style = bold]
73 "cdev-pool-0-iscsi-vips_start_0" -> "cdev-pool-0-iscsi-vips_running_0" [ style = bold]
77 "cdev-pool-0-iscsi-vips_stop_0" -> "cdev-pool-0-iscsi-vips_stopped_0" [ style = bold]
98 "ms-cdev-pool-0-drbd_demote_0" -> "cdev-pool-0-drbd_demote_0 sd01-1" [ style = bold]
99 "ms-cdev-pool-0-drbd_demote_0" -> "ms-cdev-pool-0-drbd_demoted_0" [ style = bold]
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/sw/rxe/
H A Drxe_pool.c130 memset(pool, 0, sizeof(*pool)); in rxe_pool_init()
246 struct rxe_pool *pool = elem->pool; in __rxe_add_key_locked() local
254 struct rxe_pool *pool = elem->pool; in __rxe_add_key() local
264 struct rxe_pool *pool = elem->pool; in __rxe_drop_key_locked() local
271 struct rxe_pool *pool = elem->pool; in __rxe_drop_key() local
281 struct rxe_pool *pool = elem->pool; in __rxe_add_index_locked() local
289 struct rxe_pool *pool = elem->pool; in __rxe_add_index() local
299 struct rxe_pool *pool = elem->pool; in __rxe_drop_index_locked() local
330 elem->pool = pool; in rxe_alloc_locked()
355 elem->pool = pool; in rxe_alloc()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/sw/rxe/
H A Drxe_pool.c130 memset(pool, 0, sizeof(*pool)); in rxe_pool_init()
246 struct rxe_pool *pool = elem->pool; in __rxe_add_key_locked() local
254 struct rxe_pool *pool = elem->pool; in __rxe_add_key() local
264 struct rxe_pool *pool = elem->pool; in __rxe_drop_key_locked() local
271 struct rxe_pool *pool = elem->pool; in __rxe_drop_key() local
281 struct rxe_pool *pool = elem->pool; in __rxe_add_index_locked() local
289 struct rxe_pool *pool = elem->pool; in __rxe_add_index() local
299 struct rxe_pool *pool = elem->pool; in __rxe_drop_index_locked() local
330 elem->pool = pool; in rxe_alloc_locked()
355 elem->pool = pool; in rxe_alloc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/sw/rxe/
H A Drxe_pool.c130 memset(pool, 0, sizeof(*pool)); in rxe_pool_init()
246 struct rxe_pool *pool = elem->pool; in __rxe_add_key_locked() local
254 struct rxe_pool *pool = elem->pool; in __rxe_add_key() local
264 struct rxe_pool *pool = elem->pool; in __rxe_drop_key_locked() local
271 struct rxe_pool *pool = elem->pool; in __rxe_drop_key() local
281 struct rxe_pool *pool = elem->pool; in __rxe_add_index_locked() local
289 struct rxe_pool *pool = elem->pool; in __rxe_add_index() local
299 struct rxe_pool *pool = elem->pool; in __rxe_drop_index_locked() local
330 elem->pool = pool; in rxe_alloc_locked()
355 elem->pool = pool; in rxe_alloc()
[all …]
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/tests/
H A Dtest-mongoc-client-pool.c13 mongoc_client_pool_t *pool; in test_mongoc_client_pool_basic() local
18 pool = mongoc_client_pool_new (uri); in test_mongoc_client_pool_basic()
23 mongoc_client_pool_destroy (pool); in test_mongoc_client_pool_basic()
30 mongoc_client_pool_t *pool; in test_mongoc_client_pool_try_pop() local
35 pool = mongoc_client_pool_new (uri); in test_mongoc_client_pool_try_pop()
41 mongoc_client_pool_destroy (pool); in test_mongoc_client_pool_try_pop()
47 mongoc_client_pool_t *pool; in test_mongoc_client_pool_min_size_zero() local
79 mongoc_client_pool_t *pool; in test_mongoc_client_pool_min_size_dispose() local
140 mongoc_client_pool_t *pool; in test_mongoc_client_pool_set_max_size() local
177 mongoc_client_pool_t *pool; in test_mongoc_client_pool_set_min_size() local
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dthreadpool.c52 if( pool->init_func ) in x264_threadpool_thread()
53 pool->init_func( pool->init_arg ); in x264_threadpool_thread()
55 while( !pool->exit ) in x264_threadpool_thread()
59 while( !pool->exit && !pool->run.i_size ) in x264_threadpool_thread()
60 x264_pthread_cond_wait( &pool->run.cv_fill, &pool->run.mutex ); in x264_threadpool_thread()
85 *p_pool = pool; in x264_threadpool_init()
93 if( x264_sync_frame_list_init( &pool->uninit, pool->threads ) || in x264_threadpool_init()
94 x264_sync_frame_list_init( &pool->run, pool->threads ) || in x264_threadpool_init()
95 x264_sync_frame_list_init( &pool->done, pool->threads ) ) in x264_threadpool_init()
165 pool->exit = 1; in x264_threadpool_delete()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dthreadpool.c52 if( pool->init_func ) in x264_threadpool_thread()
53 pool->init_func( pool->init_arg ); in x264_threadpool_thread()
55 while( !pool->exit ) in x264_threadpool_thread()
59 while( !pool->exit && !pool->run.i_size ) in x264_threadpool_thread()
60 x264_pthread_cond_wait( &pool->run.cv_fill, &pool->run.mutex ); in x264_threadpool_thread()
85 *p_pool = pool; in x264_threadpool_init()
93 if( x264_sync_frame_list_init( &pool->uninit, pool->threads ) || in x264_threadpool_init()
94 x264_sync_frame_list_init( &pool->run, pool->threads ) || in x264_threadpool_init()
95 x264_sync_frame_list_init( &pool->done, pool->threads ) ) in x264_threadpool_init()
165 pool->exit = 1; in x264_threadpool_delete()
[all …]
/dports/devel/dotconf/dotconf-1.3/examples/libpool/
H A Dpool.c81 struct pool *pool; member
90 struct pool *pool_new(struct pool *p) in pool_new()
93 struct pool *pool; in pool_new() local
102 memset(pool, 0, sizeof(struct pool)); in pool_new()
110 subpool->pool = pool; in pool_new()
119 void pool_free(struct pool *pool) in pool_free() argument
126 if (pool->parent && pool->parent->sub_pools) { in pool_free()
131 s_pool && s_pool->pool != pool; in pool_free()
159 void *pool_alloc(struct pool *pool, int size) in pool_alloc() argument
184 void *pool_calloc(struct pool *pool, int size) in pool_calloc() argument
[all …]
/dports/net/torsocks/torsocks-2.3.0/tests/unit/
H A Dtest_onion.c45 pool->base == 0 && in test_onion_entry()
47 pool->size == 8 && in test_onion_entry()
48 pool->count == 0 && in test_onion_entry()
54 pool->count == 1 && in test_onion_entry()
69 pool->count == 1 && in test_onion_entry()
110 pool->entries && in test_onion_init()
111 pool->base == 0 && in test_onion_init()
113 pool->size == 8 && in test_onion_init()
124 pool->entries && in test_onion_init()
138 pool->entries && in test_onion_init()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/gocql/gocql/
H A Dconnectionpool.go114 return pool
158 p.hostConnPools[pool.host.Peer()] = pool
194 pool.Close()
214 pool.fill()
284 return pool
350 if pool.closed || pool.filling {
372 if pool.closed || pool.filling || fillCount <= 0 {
399 go pool.session.handleNodeDown(net.ParseIP(pool.host.Peer()), pool.port)
480 conn, err = pool.session.connect(pool.addr, pool, pool.host)
507 pool.conns = append(pool.conns, conn)
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_client/
H A Dmtcc-test.c129 opts, pool, pool)); in test_mkdir()
157 opts, pool, pool)); in test_mkgreek()
182 opts, pool, pool)); in test_swap()
209 opts, pool, pool)); in test_propset()
281 opts, pool, pool)); in test_update_files()
328 opts, pool, pool)); in test_overwrite()
360 opts, pool, pool)); in test_anchoring()
371 1, ctx, pool, pool)); in test_anchoring()
446 opts, pool, pool)); in test_replace_tree()
650 hrb.pool = pool; in test_file_revs_both_ways()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_client/
H A Dmtcc-test.c129 opts, pool, pool)); in test_mkdir()
157 opts, pool, pool)); in test_mkgreek()
182 opts, pool, pool)); in test_swap()
209 opts, pool, pool)); in test_propset()
281 opts, pool, pool)); in test_update_files()
328 opts, pool, pool)); in test_overwrite()
360 opts, pool, pool)); in test_anchoring()
371 1, ctx, pool, pool)); in test_anchoring()
446 opts, pool, pool)); in test_replace_tree()
650 hrb.pool = pool; in test_file_revs_both_ways()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_client/
H A Dmtcc-test.c129 opts, pool, pool)); in test_mkdir()
157 opts, pool, pool)); in test_mkgreek()
182 opts, pool, pool)); in test_swap()
209 opts, pool, pool)); in test_propset()
281 opts, pool, pool)); in test_update_files()
328 opts, pool, pool)); in test_overwrite()
360 opts, pool, pool)); in test_anchoring()
371 1, ctx, pool, pool)); in test_anchoring()
446 opts, pool, pool)); in test_replace_tree()
650 hrb.pool = pool; in test_file_revs_both_ways()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_client/
H A Dmtcc-test.c129 opts, pool, pool)); in test_mkdir()
157 opts, pool, pool)); in test_mkgreek()
182 opts, pool, pool)); in test_swap()
209 opts, pool, pool)); in test_propset()
281 opts, pool, pool)); in test_update_files()
328 opts, pool, pool)); in test_overwrite()
360 opts, pool, pool)); in test_anchoring()
371 1, ctx, pool, pool)); in test_anchoring()
446 opts, pool, pool)); in test_replace_tree()
650 hrb.pool = pool; in test_file_revs_both_ways()
[all …]
/dports/databases/py-dbutils/DBUtils-2.0/tests/
H A Dtest_pooled_db.py50 pool = PooledDB(
71 db = pool.connection()
169 pool = PooledDB(
251 pool.close()
261 del pool
275 pool.close()
297 del pool
524 db = pool.connection()
528 db = pool.connection()
1043 db = pool.connection()
[all …]
/dports/math/blis/blis-0.8.1/frame/base/
H A Dbli_pool.c49 pool_t* restrict pool in bli_pool_init() argument
111 pool_t* restrict pool in bli_pool_finalize() argument
190 pool_t* restrict pool in bli_pool_reinit() argument
204 bli_pool_finalize( pool ); in bli_pool_reinit()
217 pool in bli_pool_reinit()
225 pool_t* restrict pool in bli_pool_checkout_block() argument
252 pool in bli_pool_checkout_block()
265 bli_pool_grow( 1, pool ); in bli_pool_checkout_block()
299 pool_t* restrict pool in bli_pool_checkin_block() argument
343 pool_t* restrict pool in bli_pool_grow() argument
[all …]
/dports/dns/bind911/bind-9.11.37/lib/isc/
H A Dtaskpool.c47 pool = isc_mem_get(mctx, sizeof(*pool)); in alloc_pool()
48 if (pool == NULL) in alloc_pool()
51 pool->mctx = NULL; in alloc_pool()
58 isc_mem_putanddetach(&pool->mctx, pool, sizeof(*pool)); in alloc_pool()
64 *poolp = pool; in alloc_pool()
94 *poolp = pool; in isc_taskpool_create()
102 isc_task_attach(pool->tasks[i % pool->ntasks], targetp); in isc_taskpool_gettask()
127 result = alloc_pool(pool->tmgr, pool->mctx, size, in isc_taskpool_expand()
140 result = isc_task_create(pool->tmgr, pool->quantum, in isc_taskpool_expand()
166 isc_mem_put(pool->mctx, pool->tasks, in isc_taskpool_destroy()
[all …]

1...<<11121314151617181920>>...2409