1BSON_GET_MONOTONIC_TIME(3)          libbson         BSON_GET_MONOTONIC_TIME(3)
2
3
4

NAME

6       bson_get_monotonic_time - System Clock
7
8       BSON Clock Abstraction
9

SYNOPSIS

11          int64_t
12          bson_get_monotonic_time (void);
13          int
14          bson_gettimeofday (struct timeval *tv);
15

DESCRIPTION

17       The  clock abstraction in Libbson provides a cross-platform way to han‐
18       dle timeouts within the BSON library. It abstracts the  differences  in
19       implementations of gettimeofday() as well as providing a monotonic (in‐
20       crementing only) clock in microseconds.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.21.1                           Mar 02, 2022       BSON_GET_MONOTONIC_TIME(3)
Impressum