Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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 han-
       dle timeouts within the BSON library. It	abstracts the  differences  in
       implementations of gettimeofday() as well as providing a	monotonic (in-
       crementing only)	clock in microseconds.

AUTHOR
       MongoDB,	Inc

COPYRIGHT
       2009-present, MongoDB, Inc.

1.30.2				 Apr 12, 2025	    BSON_GET_MONOTONIC_TIME(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bson_get_monotonic_time&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help