table of contents
other versions
- bookworm 1.23.1-1+deb12u1
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
BSON_GET_MONOTONIC_TIME(3) | libbson | BSON_GET_MONOTONIC_TIME(3) |
BSON Clock Abstraction
SYNOPSIS¶
int64_t bson_get_monotonic_time (void); int bson_gettimeofday (struct timeval *tv);
DESCRIPTION¶
The clock abstraction in Libbson provides a cross-platform way to handle timeouts within the BSON library. It abstracts the differences in implementations of gettimeofday() as well as providing a monotonic (incrementing only) clock in microseconds.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
May 7, 2025 | 1.30.4 |