Man page - qb_loop_timer_expire_time_remaining(3)

Packages contains this manual

Manual

QB_LOOP_TIMER_EXPIRE_TIME_REMAINING

NAME
SYNOPSIS
PARAMS
DESCRIPTION
RETURN VALUE
NOTE
SEE ALSO
COPYRIGHT

NAME

qb_loop_timer_expire_time_remaining - Get the time remaining before the timer expires.

SYNOPSIS

#include <qb/qbloop.h>

uint64_t qb_loop_timer_expire_time_remaining (
struct qb_loop *
l , /* pointer to the loop instance */
qb_loop_timer_handle
th /* timer handle. */
);

PARAMS

l pointer to the loop instance

th timer handle.

DESCRIPTION

RETURN VALUE

nano seconds remaining until the timer expires

NOTE

if the timer has already expired it will return 0

SEE ALSO

qb_loop_job_del (3), qb_loop_run (3), qb_loop_create (3), qb_loop_stop (3), qb_loop_poll_low_fds_event_set (3), qb_loop_signal_del (3), qb_loop_signal_add (3), qb_loop_job_add (3), qb_loop_poll_del (3), qb_loop_destroy (3), qb_loop_poll_mod (3), qb_loop_signal_mod (3), qb_loop_timer_del (3), qb_loop_timer_add (3), qb_loop_timer_is_running (3), qb_loop_timer_expire_time_get (3), qb_loop_poll_add (3)

COPYRIGHT

Copyright (C) 2010-2020 Red Hat, Inc.