.\" Automatically generated man page, do not edit .TH QB_LOOP_TIMER_EXPIRE_TIME_REMAINING 3 2020-10-31 "LIBQB" "libqb Programmer's Manual" .SH NAME qb_loop_timer_expire_time_remaining \- Get the time remaining before the timer expires. .SH SYNOPSIS .nf .B #include .sp \fBuint64_t qb_loop_timer_expire_time_remaining\fP( \fBstruct qb_loop *\fP\fIl\fP, \fBqb_loop_timer_handle \fP\fIth\fP ); .fi .SH PARAMS \fBl \fP\fIpointer to the loop instance \fP .PP \fBth \fP\fItimer handle. \fP .PP .SH DESCRIPTION .RE .SH RETURN VALUE .PP nano seconds remaining until the timer expires .PP .SH NOTE .PP if the timer has already expired it will return 0 .SH SEE ALSO .PP .nh .ad l \fIqb_loop_job_del\fR(3), \fIqb_loop_run\fR(3), \fIqb_loop_create\fR(3), \fIqb_loop_stop\fR(3), \fIqb_loop_poll_low_fds_event_set\fR(3), \fIqb_loop_signal_del\fR(3), \fIqb_loop_signal_add\fR(3), \fIqb_loop_job_add\fR(3), \fIqb_loop_poll_del\fR(3), \fIqb_loop_destroy\fR(3), \fIqb_loop_poll_mod\fR(3), \fIqb_loop_signal_mod\fR(3), \fIqb_loop_timer_del\fR(3), \fIqb_loop_timer_add\fR(3), \fIqb_loop_timer_is_running\fR(3), \fIqb_loop_timer_expire_time_get\fR(3), \fIqb_loop_poll_add\fR(3) .ad .hy .SH "COPYRIGHT" .PP Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.