TIMESPEC_GETRES(3) FreeBSD Library Functions Manual TIMESPEC_GETRES(3)
NAME
timespec_getres - get clock resolution
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <time.h>
int
timespec_getres(struct timespec *ts, int base);
DESCRIPTION
If ts is non-null and base refers to a supported time base as described
in timespec_get(3), the timespec_getres function fills in the structure
pointed to by ts to reflect the resolution of that time base.
RETURN VALUES
The timespec_getres function returns the value of base if successful and
zero otherwise.
SEE ALSO
clock_getres(2), timespec_get(3)
HISTORY
This interface first appeared in FreeBSD 14.
AUTHORS
The timespec_getres function and this manual page were written by
Dag-Erling Smorgrav <
[email protected]>.
FreeBSD 14.1-RELEASE-p8 August 21, 2023 FreeBSD 14.1-RELEASE-p8