Home
last modified time | relevance | path

Searched refs:next_report_time (Results 1 – 25 of 32) sorted by relevance

12

/dports/benchmarks/flowgrind/flowgrind-flowgrind-0.8.2/src/
H A Ddaemon.h93 struct timespec next_report_time; member
H A Ddaemon.c373 flow->next_report_time = flow->last_report_time; in start_flows()
375 time_add(&flow->next_report_time, in start_flows()
710 if (!time_is_after(&now, &flow->next_report_time)) in timer_check()
722 time_add(&flow->next_report_time, in timer_check()
724 } while (time_is_after(&now, &flow->next_report_time)); in timer_check()
/dports/devel/grpc134/grpc-1.34.1/src/cpp/server/load_reporter/
H A Dload_reporter_async_service_impl.cc256 auto next_report_time = gpr_time_add( in ScheduleNextReport() local
273 next_report_alarm_->Set(cq_, next_report_time, &next_outbound_); in ScheduleNextReport()
/dports/devel/grpc/grpc-1.42.0/src/cpp/server/load_reporter/
H A Dload_reporter_async_service_impl.cc258 auto next_report_time = gpr_time_add( in ScheduleNextReport() local
275 next_report_alarm_->Set(cq_, next_report_time, &next_outbound_); in ScheduleNextReport()
/dports/devel/grpc130/grpc-1.30.2/src/cpp/server/load_reporter/
H A Dload_reporter_async_service_impl.cc253 auto next_report_time = gpr_time_add( in ScheduleNextReport() local
270 next_report_alarm_->Set(cq_, next_report_time, &next_outbound_); in ScheduleNextReport()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/cpp/server/load_reporter/
H A Dload_reporter_async_service_impl.cc253 auto next_report_time = gpr_time_add( in ScheduleNextReport() local
270 next_report_alarm_->Set(cq_, next_report_time, &next_outbound_); in ScheduleNextReport()
/dports/net/fping/fping-5.0/src/
H A Dfping.c348 int64_t next_report_time; /* time next -Q report is expected */ variable
1110 next_report_time = current_time_ns + report_interval;
1373 int64_t wait_time_next_report = next_report_time - current_time_ns;
1410 if (report_interval && (loop_flag || count_flag) && (current_time_ns >= next_report_time)) {
1416 while (current_time_ns >= next_report_time) {
1417 next_report_time += report_interval;
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/internal/
H A Dietf_dev.h107 u32 next_report_time; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/internal/
H A Dietf_dev.h107 u32 next_report_time; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/ietf/
H A Drtcp.c501 if ( Time < ch->next_report_time) return GF_OK; in gf_rtp_send_rtcp_report()
H A Drtp_streamer.c779 streamer->channel->next_report_time = 0; in gf_rtp_streamer_send_rtcp()
H A Drtp.c339 ch->next_report_time = gf_rtp_get_report_time() + (u32) d; in gf_rtp_get_next_report_time()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/ietf/
H A Drtcp.c501 if ( Time < ch->next_report_time) return GF_OK; in gf_rtp_send_rtcp_report()
H A Drtp_streamer.c779 streamer->channel->next_report_time = 0; in gf_rtp_streamer_send_rtcp()
H A Drtp.c339 ch->next_report_time = gf_rtp_get_report_time() + (u32) d; in gf_rtp_get_next_report_time()
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/xds/
H A Dxds_client.cc1305 const grpc_millis next_report_time = ExecCtx::Get()->Now() + report_interval_; in ScheduleNextReportLocked() local
1306 grpc_timer_init(&next_report_timer_, next_report_time, in ScheduleNextReportLocked()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_class.cc4669 if (report_time > thd->progress.next_report_time) in thd_send_progress()
4676 thd->progress.next_report_time= (report_time + in thd_send_progress()
4704 thd->progress.next_report_time= 0; in thd_progress_init()
4751 thd->progress.next_report_time= 0; // Send new stage info in thd_progress_next_stage()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_class.cc4669 if (report_time > thd->progress.next_report_time) in thd_send_progress()
4676 thd->progress.next_report_time= (report_time + in thd_send_progress()
4704 thd->progress.next_report_time= 0; in thd_progress_init()
4751 thd->progress.next_report_time= 0; // Send new stage info in thd_progress_next_stage()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_class.cc4592 if (report_time > thd->progress.next_report_time)
4599 thd->progress.next_report_time= (report_time +
4627 thd->progress.next_report_time= 0;
4674 thd->progress.next_report_time= 0; // Send new stage info
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_class.cc4592 if (report_time > thd->progress.next_report_time) in thd_send_progress()
4599 thd->progress.next_report_time= (report_time + in thd_send_progress()
4627 thd->progress.next_report_time= 0; in thd_progress_init()
4674 thd->progress.next_report_time= 0; // Send new stage info in thd_progress_next_stage()
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/client_channel/xds/
H A Dxds_client.cc1358 const grpc_millis next_report_time = ExecCtx::Get()->Now() + report_interval_; in ScheduleNextReportLocked() local
1359 grpc_timer_init(&next_report_timer_, next_report_time, in ScheduleNextReportLocked()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_class.cc4647 if (report_time > thd->progress.next_report_time) in thd_send_progress()
4654 thd->progress.next_report_time= (report_time + in thd_send_progress()
4682 thd->progress.next_report_time= 0; in thd_progress_init()
4735 thd->progress.next_report_time= 0; // Send new stage info in thd_progress_next_stage()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_class.cc4647 if (report_time > thd->progress.next_report_time) in thd_send_progress()
4654 thd->progress.next_report_time= (report_time + in thd_send_progress()
4682 thd->progress.next_report_time= 0; in thd_progress_init()
4735 thd->progress.next_report_time= 0; // Send new stage info in thd_progress_next_stage()
/dports/devel/grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_client.cc1560 const grpc_millis next_report_time = ExecCtx::Get()->Now() + report_interval_; in ScheduleNextReportLocked() local
1561 grpc_timer_init(&next_report_timer_, next_report_time, in ScheduleNextReportLocked()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_client.cc1560 const grpc_millis next_report_time = ExecCtx::Get()->Now() + report_interval_; in ScheduleNextReportLocked() local
1561 grpc_timer_init(&next_report_timer_, next_report_time, in ScheduleNextReportLocked()

12