OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timespec_getres
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/libc/gen/
t_timespec_get.c
35
ATF_TC(
timespec_getres
);
36
ATF_TC_HEAD(
timespec_getres
, tc)
38
atf_tc_set_md_var(tc, "descr", "Resolution tests for
timespec_getres
");
41
ATF_TC_BODY(
timespec_getres
, tc)
45
ATF_REQUIRE_EQ(
timespec_getres
(&ts, TIME_MONOTONIC), TIME_MONOTONIC);
51
ATF_REQUIRE_EQ(
timespec_getres
(&ts, TIME_UTC), TIME_UTC);
58
ATF_REQUIRE_EQ(
timespec_getres
(&ts, INT_MAX), 0);
92
atf_tc_set_md_var(tc, "descr", "Monotonic tests for
timespec_getres
");
117
ATF_TP_ADD_TC(tp,
timespec_getres
);
/src/lib/libc/gen/
timespec_getres.c
1
/* $NetBSD:
timespec_getres
.c,v 1.1 2025/04/21 13:21:33 nia Exp $ */
34
__RCSID("$NetBSD:
timespec_getres
.c,v 1.1 2025/04/21 13:21:33 nia Exp $");
41
timespec_getres
(struct timespec *ts, int base)
function in typeref:typename:int
Makefile.inc
36
timespec_getres
.c \
201
MLINKS+=timespec_get.3
timespec_getres
.3
/src/include/
time.h
262
int
timespec_getres
(struct timespec *ts, int base);
Completed in 136 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025