OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clock_settime
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libc/compat/sys/
compat_clock.c
48
__warn_references(
clock_settime
,
49
"warning: reference to compatibility
clock_settime
(); include <time.h> to generate correct reference")
54
__weak_alias(
clock_settime
, _clock_settime)
61
clock_settime
(clockid_t clockid, const struct timespec50 * tim50)
/src/lib/libc/sys/
clock_settime.c
1
/* $NetBSD:
clock_settime
.c,v 1.12 2011/10/15 23:00:02 christos Exp $ */
36
__RCSID("$NetBSD:
clock_settime
.c,v 1.12 2011/10/15 23:00:02 christos Exp $");
59
clock_settime
(clockid_t clock_id, const struct timespec *tp)
function in typeref:typename:int
Makefile.inc
39
GLUE50+= adjtime.c
clock_settime
.c settimeofday.c
262
clock_settime
.2 clone.2 close.2 \
310
MLINKS+=
clock_settime
.2 clock_gettime.2
311
MLINKS+=
clock_settime
.2 clock_getres.2
/src/lib/libc/compat/include/
time.h
74
int
clock_settime
(clockid_t, const struct timespec50 *);
/src/include/
time.h
154
int
clock_settime
(clockid_t, const struct timespec *)
/src/tests/lib/libc/sys/
t_timerfd.c
444
ATF_REQUIRE(
clock_settime
(CLOCK_REALTIME, &now) == 0);
462
ATF_REQUIRE(
clock_settime
(CLOCK_REALTIME, &now) == 0);
/src/lib/libc/include/
namespace.h
279
#define
clock_settime
_clock_settime
macro
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
76
#define
clock_settime
__clock_settime50
2182
INTERCEPTOR(int,
clock_settime
, u32 clk_id, const void *tp) {
2184
COMMON_INTERCEPTOR_ENTER(ctx,
clock_settime
, clk_id, tp);
2186
return REAL(
clock_settime
)(clk_id, tp);
2191
COMMON_INTERCEPT_FUNCTION(
clock_settime
);
/src/sys/rump/librump/rumpkern/
rump_syscalls.c
5262
__weak_alias(
clock_settime
,rump___sysimpl_clock_settime50);
7637
}, /* 233 =
clock_settime
*/
Completed in 159 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025