1BSON_GET_MONOTONIC_TIME(3) libbson BSON_GET_MONOTONIC_TIME(3)
2
3
4
6 bson_get_monotonic_time - System Clock
7
8 BSON Clock Abstraction
9
11 int64_t
12 bson_get_monotonic_time (void);
13 int
14 bson_gettimeofday (struct timeval *tv);
15
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
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.23.1 Oct 20, 2022 BSON_GET_MONOTONIC_TIME(3)