Home
last modified time | relevance | path

Searched refs:thread_data (Results 1 – 25 of 1777) sorted by relevance

12345678910>>...72

/dports/devel/libaravis/aravis-ARAVIS_0_5_12/src/
H A Darvgvstream.c176 thread_data->packet_id = arv_gvcp_next_packet_id (thread_data->packet_id); in _send_packet_request()
396 thread_data->callback (thread_data->user_data, in _find_frame_data()
408 thread_data->frames = g_slist_append (thread_data->frames, frame); in _find_frame_data()
527 thread_data->callback (thread_data->user_data, in _close_frame()
972 _loop (thread_data); in arv_gv_stream_thread()
1084 gv_stream->priv->thread_data = thread_data; in arv_gv_stream_new()
1124 thread_data = gv_stream->priv->thread_data; in arv_gv_stream_get_statistics()
1141 thread_data = gv_stream->priv->thread_data; in _get_statistics()
1155 thread_data = gv_stream->priv->thread_data; in arv_gv_stream_set_property()
1189 thread_data = gv_stream->priv->thread_data; in arv_gv_stream_get_property()
[all …]
H A Darvfakestream.c38 void *thread_data; member
70 thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_INIT, NULL); in arv_fake_stream_thread()
77 thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_START_BUFFER, in arv_fake_stream_thread()
88 thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_BUFFER_DONE, in arv_fake_stream_thread()
95 thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_EXIT, NULL); in arv_fake_stream_thread()
134 thread_data->cancel = FALSE; in arv_fake_stream_new()
137 thread_data->n_failures = 0; in arv_fake_stream_new()
141 fake_stream->priv->thread_data = thread_data; in arv_fake_stream_new()
158 thread_data = fake_stream->priv->thread_data; in arv_fake_stream_get_statistics()
179 thread_data = fake_stream->priv->thread_data; in arv_fake_stream_finalize()
[all …]
H A Darvuvstream.c44 void *thread_data; member
84 thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_INIT, NULL); in arv_uv_stream_thread()
131 thread_data->callback (thread_data->user_data, in arv_uv_stream_thread()
152 thread_data->callback (thread_data->user_data, in arv_uv_stream_thread()
171 thread_data->callback (thread_data->user_data, in arv_uv_stream_thread()
180 thread_data->callback (thread_data->user_data, in arv_uv_stream_thread()
206 thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_EXIT, NULL); in arv_uv_stream_thread()
310 uv_stream->priv->thread_data = thread_data; in arv_uv_stream_new()
327 thread_data = uv_stream->priv->thread_data; in arv_uv_stream_get_statistics()
351 thread_data = uv_stream->priv->thread_data; in arv_uv_stream_finalize()
[all …]
/dports/multimedia/aravis/aravis-ARAVIS_0_5_12/src/
H A Darvgvstream.c176 thread_data->packet_id = arv_gvcp_next_packet_id (thread_data->packet_id); in _send_packet_request()
396 thread_data->callback (thread_data->user_data, in _find_frame_data()
408 thread_data->frames = g_slist_append (thread_data->frames, frame); in _find_frame_data()
527 thread_data->callback (thread_data->user_data, in _close_frame()
972 _loop (thread_data); in arv_gv_stream_thread()
1084 gv_stream->priv->thread_data = thread_data; in arv_gv_stream_new()
1124 thread_data = gv_stream->priv->thread_data; in arv_gv_stream_get_statistics()
1141 thread_data = gv_stream->priv->thread_data; in _get_statistics()
1155 thread_data = gv_stream->priv->thread_data; in arv_gv_stream_set_property()
1189 thread_data = gv_stream->priv->thread_data; in arv_gv_stream_get_property()
[all …]
H A Darvfakestream.c38 void *thread_data; member
70 thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_INIT, NULL); in arv_fake_stream_thread()
77 thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_START_BUFFER, in arv_fake_stream_thread()
88 thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_BUFFER_DONE, in arv_fake_stream_thread()
95 thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_EXIT, NULL); in arv_fake_stream_thread()
134 thread_data->cancel = FALSE; in arv_fake_stream_new()
137 thread_data->n_failures = 0; in arv_fake_stream_new()
141 fake_stream->priv->thread_data = thread_data; in arv_fake_stream_new()
158 thread_data = fake_stream->priv->thread_data; in arv_fake_stream_get_statistics()
179 thread_data = fake_stream->priv->thread_data; in arv_fake_stream_finalize()
[all …]
H A Darvuvstream.c44 void *thread_data; member
84 thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_INIT, NULL); in arv_uv_stream_thread()
131 thread_data->callback (thread_data->user_data, in arv_uv_stream_thread()
152 thread_data->callback (thread_data->user_data, in arv_uv_stream_thread()
171 thread_data->callback (thread_data->user_data, in arv_uv_stream_thread()
180 thread_data->callback (thread_data->user_data, in arv_uv_stream_thread()
206 thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_EXIT, NULL); in arv_uv_stream_thread()
310 uv_stream->priv->thread_data = thread_data; in arv_uv_stream_new()
327 thread_data = uv_stream->priv->thread_data; in arv_uv_stream_get_statistics()
351 thread_data = uv_stream->priv->thread_data; in arv_uv_stream_finalize()
[all …]
/dports/benchmarks/fio/fio-3.29/
H A Dioengines.h34 int (*setup)(struct thread_data *);
35 int (*init)(struct thread_data *);
36 int (*post_init)(struct thread_data *);
37 int (*prep)(struct thread_data *, struct io_u *);
39 int (*commit)(struct thread_data *);
41 struct io_u *(*event)(struct thread_data *, int);
44 void (*cleanup)(struct thread_data *);
51 void (*terminate)(struct thread_data *);
53 void (*iomem_free)(struct thread_data *);
56 int (*get_zoned_model)(struct thread_data *td,
[all …]
H A Dfile.h198 struct thread_data;
199 extern void close_files(struct thread_data *);
200 extern void close_and_free_files(struct thread_data *);
202 extern int __must_check setup_files(struct thread_data *);
215 extern bool __must_check pre_read_files(struct thread_data *);
225 extern int add_dir_files(struct thread_data *, const char *);
226 extern bool init_random_map(struct thread_data *);
227 extern void dup_files(struct thread_data *, struct thread_data *);
228 extern int get_fileno(struct thread_data *, const char *);
229 extern void free_release_files(struct thread_data *);
[all …]
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/pthreads/
H A Dnvector_pthreads.c641 free(thread_data); in N_VLinearSum_Pthreads()
724 free(thread_data); in N_VConst_Pthreads()
805 free(thread_data); in N_VProd_Pthreads()
885 free(thread_data); in N_VDiv_Pthreads()
1058 free(thread_data); in N_VAbs_Pthreads()
1137 free(thread_data); in N_VInv_Pthreads()
1217 free(thread_data); in N_VAddConst_Pthreads()
1306 free(thread_data); in N_VDotProd_Pthreads()
1403 free(thread_data); in N_VMaxNorm_Pthreads()
1512 free(thread_data); in N_VWSqrSumLocal_Pthreads()
[all …]
/dports/math/sundials/sundials-5.7.0/src/nvector/pthreads/
H A Dnvector_pthreads.c641 free(thread_data); in N_VLinearSum_Pthreads()
724 free(thread_data); in N_VConst_Pthreads()
805 free(thread_data); in N_VProd_Pthreads()
885 free(thread_data); in N_VDiv_Pthreads()
1058 free(thread_data); in N_VAbs_Pthreads()
1137 free(thread_data); in N_VInv_Pthreads()
1217 free(thread_data); in N_VAddConst_Pthreads()
1306 free(thread_data); in N_VDotProd_Pthreads()
1403 free(thread_data); in N_VMaxNorm_Pthreads()
1512 free(thread_data); in N_VWSqrSumLocal_Pthreads()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dethread.c68 thread_data->cpi = cpi; in create_enc_workers()
74 av1_zero(*thread_data->td); in create_enc_workers()
146 thread_data->start = i; in launch_enc_workers()
186 worker->data1 = thread_data; in prepare_enc_workers()
193 thread_data->td->mb.above_pred_buf = thread_data->td->above_pred_buf; in prepare_enc_workers()
194 thread_data->td->mb.left_pred_buf = thread_data->td->left_pred_buf; in prepare_enc_workers()
195 thread_data->td->mb.wsrc_buf = thread_data->td->wsrc_buf; in prepare_enc_workers()
206 thread_data->td->mb.mask_buf = thread_data->td->mask_buf; in prepare_enc_workers()
213 thread_data->td->mb.palette_buffer = thread_data->td->palette_buffer; in prepare_enc_workers()
214 thread_data->td->mb.tmp_conv_dst = thread_data->td->tmp_conv_dst; in prepare_enc_workers()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dethread.c68 thread_data->cpi = cpi; in create_enc_workers()
74 av1_zero(*thread_data->td); in create_enc_workers()
146 thread_data->start = i; in launch_enc_workers()
186 worker->data1 = thread_data; in prepare_enc_workers()
193 thread_data->td->mb.above_pred_buf = thread_data->td->above_pred_buf; in prepare_enc_workers()
194 thread_data->td->mb.left_pred_buf = thread_data->td->left_pred_buf; in prepare_enc_workers()
195 thread_data->td->mb.wsrc_buf = thread_data->td->wsrc_buf; in prepare_enc_workers()
206 thread_data->td->mb.mask_buf = thread_data->td->mask_buf; in prepare_enc_workers()
213 thread_data->td->mb.palette_buffer = thread_data->td->palette_buffer; in prepare_enc_workers()
214 thread_data->td->mb.tmp_conv_dst = thread_data->td->tmp_conv_dst; in prepare_enc_workers()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dethread.c68 thread_data->cpi = cpi; in create_enc_workers()
74 av1_zero(*thread_data->td); in create_enc_workers()
146 thread_data->start = i; in launch_enc_workers()
186 worker->data1 = thread_data; in prepare_enc_workers()
193 thread_data->td->mb.above_pred_buf = thread_data->td->above_pred_buf; in prepare_enc_workers()
194 thread_data->td->mb.left_pred_buf = thread_data->td->left_pred_buf; in prepare_enc_workers()
195 thread_data->td->mb.wsrc_buf = thread_data->td->wsrc_buf; in prepare_enc_workers()
206 thread_data->td->mb.mask_buf = thread_data->td->mask_buf; in prepare_enc_workers()
213 thread_data->td->mb.palette_buffer = thread_data->td->palette_buffer; in prepare_enc_workers()
214 thread_data->td->mb.tmp_conv_dst = thread_data->td->tmp_conv_dst; in prepare_enc_workers()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/
H A Dethread.c68 thread_data->cpi = cpi; in create_enc_workers()
74 av1_zero(*thread_data->td); in create_enc_workers()
146 thread_data->start = i; in launch_enc_workers()
186 worker->data1 = thread_data; in prepare_enc_workers()
193 thread_data->td->mb.above_pred_buf = thread_data->td->above_pred_buf; in prepare_enc_workers()
194 thread_data->td->mb.left_pred_buf = thread_data->td->left_pred_buf; in prepare_enc_workers()
195 thread_data->td->mb.wsrc_buf = thread_data->td->wsrc_buf; in prepare_enc_workers()
206 thread_data->td->mb.mask_buf = thread_data->td->mask_buf; in prepare_enc_workers()
213 thread_data->td->mb.palette_buffer = thread_data->td->palette_buffer; in prepare_enc_workers()
214 thread_data->td->mb.tmp_conv_dst = thread_data->td->tmp_conv_dst; in prepare_enc_workers()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/nvector/pthreads/
H A Dnvector_pthreads.c632 free(thread_data); in N_VLinearSum_Pthreads()
715 free(thread_data); in N_VConst_Pthreads()
796 free(thread_data); in N_VProd_Pthreads()
876 free(thread_data); in N_VDiv_Pthreads()
1049 free(thread_data); in N_VAbs_Pthreads()
1128 free(thread_data); in N_VInv_Pthreads()
1208 free(thread_data); in N_VAddConst_Pthreads()
1297 free(thread_data); in N_VDotProd_Pthreads()
1394 free(thread_data); in N_VMaxNorm_Pthreads()
1503 free(thread_data); in N_VWSqrSumLocal_Pthreads()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/src/nvector/pthreads/
H A Dnvector_pthreads.c673 free(thread_data); in N_VLinearSum_Pthreads()
756 free(thread_data); in N_VConst_Pthreads()
837 free(thread_data); in N_VProd_Pthreads()
917 free(thread_data); in N_VDiv_Pthreads()
1090 free(thread_data); in N_VAbs_Pthreads()
1169 free(thread_data); in N_VInv_Pthreads()
1249 free(thread_data); in N_VAddConst_Pthreads()
1338 free(thread_data); in N_VDotProd_Pthreads()
1435 free(thread_data); in N_VMaxNorm_Pthreads()
1534 free(thread_data); in N_VWrmsNorm_Pthreads()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_lensfun.c296thread_data->data_in + slice_start * thread_data->linesize_in, in vignetting_filter_slice()
331thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = 0; in distortion_correction_filter_slice()
333thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = thread_data->data_in[ne… in distortion_correction_filter_slice()
345thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = in distortion_correction_filter_slice()
387thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = thread_data->data_in[ne… in distortion_correction_filter_slice()
392 new_x = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
394 … new_y = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2 + 1]; in distortion_correction_filter_slice()
399thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = in distortion_correction_filter_slice()
409 … new_x = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
411 … new_y = thread_data->distortion_coords[x * 2 + 1 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_lensfun.c298thread_data->data_in + slice_start * thread_data->linesize_in, in vignetting_filter_slice()
333thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = 0; in distortion_correction_filter_slice()
335thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = thread_data->data_in[ne… in distortion_correction_filter_slice()
347thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = in distortion_correction_filter_slice()
389thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = thread_data->data_in[ne… in distortion_correction_filter_slice()
394 new_x = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
396 … new_y = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2 + 1]; in distortion_correction_filter_slice()
401thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = in distortion_correction_filter_slice()
411 … new_x = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
413 … new_y = thread_data->distortion_coords[x * 2 + 1 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_lensfun.c298thread_data->data_in + slice_start * thread_data->linesize_in, in vignetting_filter_slice()
333thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = 0; in distortion_correction_filter_slice()
335thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = thread_data->data_in[ne… in distortion_correction_filter_slice()
347thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = in distortion_correction_filter_slice()
389thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = thread_data->data_in[ne… in distortion_correction_filter_slice()
394 new_x = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
396 … new_y = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2 + 1]; in distortion_correction_filter_slice()
401thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = in distortion_correction_filter_slice()
411 … new_x = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
413 … new_y = thread_data->distortion_coords[x * 2 + 1 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dethread.c33 AV1_COMP *const cpi = thread_data->cpi; in enc_worker_hook()
76 thread_data->cpi = cpi; in av1_encode_tiles_mt()
82 av1_zero(*thread_data->td); in av1_encode_tiles_mt()
131 thread_data->td = &cpi->td; in av1_encode_tiles_mt()
140 EncWorkerData *thread_data; in av1_encode_tiles_mt() local
152 thread_data->td->mb.above_pred_buf = thread_data->td->above_pred_buf; in av1_encode_tiles_mt()
153 thread_data->td->mb.left_pred_buf = thread_data->td->left_pred_buf; in av1_encode_tiles_mt()
154 thread_data->td->mb.wsrc_buf = thread_data->td->wsrc_buf; in av1_encode_tiles_mt()
155 thread_data->td->mb.mask_buf = thread_data->td->mask_buf; in av1_encode_tiles_mt()
164 thread_data->td->mb.palette_buffer = thread_data->td->palette_buffer; in av1_encode_tiles_mt()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_lensfun.c300thread_data->data_in + slice_start * thread_data->linesize_in, in vignetting_filter_slice()
335thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = 0; in distortion_correction_filter_slice()
337thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = thread_data->data_in[ne… in distortion_correction_filter_slice()
349thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = in distortion_correction_filter_slice()
391thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = thread_data->data_in[ne… in distortion_correction_filter_slice()
396 new_x = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
398 … new_y = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2 + 1]; in distortion_correction_filter_slice()
403thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = in distortion_correction_filter_slice()
413 … new_x = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
415 … new_y = thread_data->distortion_coords[x * 2 + 1 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_lensfun.c319thread_data->data_in + slice_start * thread_data->linesize_in, in vignetting_filter_slice()
354thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = 0; in distortion_correction_filter_slice()
356thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = thread_data->data_in[ne… in distortion_correction_filter_slice()
368thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = in distortion_correction_filter_slice()
410thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = thread_data->data_in[ne… in distortion_correction_filter_slice()
415 new_x = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
417 … new_y = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2 + 1]; in distortion_correction_filter_slice()
422thread_data->data_out[x * 3 + rgb_index + y * thread_data->linesize_out] = in distortion_correction_filter_slice()
432 … new_x = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
434 … new_y = thread_data->distortion_coords[x * 2 + 1 + y * thread_data->width * 2]; in distortion_correction_filter_slice()
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dmtdataman.cc137 thread_data(0), in MultiThreadDataManager()
199 if (thread_data == 0) { in ThreadDestroy()
221 if (thread_data[0].lock) { in ThreadDestroy()
226 SAFEDELETEARR(thread_data); in ThreadDestroy()
227 thread_data = 0; in ThreadDestroy()
427 thread_data[i].lock = 0; in ThreadSpawn()
444 thread_data[i].pWorkMat = thread_data[i].pWorkMatA; in ThreadSpawn()
461 thread_data[i].pMatA = 0; in ThreadSpawn()
531 thread_data[0].lock = 0; in AssJac()
558 thread_data[i].lock = thread_data[0].lock; in AssJac()
[all …]
/dports/net/mpich2/mpich2-1.5/src/openpa/test/
H A Dtest_primitives.c425 if(thread_data) free(thread_data); in test_threaded_loadstore_int()
611 if(thread_data) free(thread_data); in test_threaded_loadstore_ptr()
806 if(thread_data) free(thread_data); in test_threaded_add()
977 if(thread_data) free(thread_data); in test_threaded_incr_decr()
1184 if(thread_data) free(thread_data); in test_threaded_decr_and_test()
1400 if(thread_data) free(thread_data); in test_threaded_faa()
1557 if(thread_data) free(thread_data); in test_threaded_faa_ret()
1863 if(thread_data) free(thread_data); in test_threaded_fai_ret()
2021 if(thread_data) free(thread_data); in test_threaded_fad_ret()
2268 if(thread_data) free(thread_data); in test_threaded_cas_int()
[all …]
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh1_connection.c255 …connection->thread_data.read_buffer.pending_bytes <= connection->thread_data.read_buffer.capacity … in s_calculate_stream_mode_desired_connection_window()
258 … connection->thread_data.read_buffer.capacity, connection->thread_data.read_buffer.pending_bytes); in s_calculate_stream_mode_desired_connection_window()
264 connection->thread_data.connection_window, in s_calculate_stream_mode_desired_connection_window()
266 …connection->thread_data.incoming_stream ? connection->thread_data.incoming_stream->thread_data.str… in s_calculate_stream_mode_desired_connection_window()
278 if (connection->thread_data.is_reading_stopped) { in s_update_connection_window()
852 …if (connection->thread_data.is_writing_stopped || connection->thread_data.has_switched_protocols) { in s_write_outgoing_stream()
1296 connection->thread_data.connection_window = connection->thread_data.read_buffer.capacity; in s_connection_new()
1934 if (connection->thread_data.outgoing_stream) { in s_pull_up_stats_timestamps()
1946 if (connection->thread_data.incoming_stream) { in s_pull_up_stats_timestamps()
1976 return &h1_conn->thread_data.stats; in aws_h1_connection_get_statistics()
[all …]

12345678910>>...72