OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getitimer
(Results
1 - 8
of
8
) sorted by relevancy
/src/tests/lib/libc/sys/
t_getitimer.c
59
atf_tc_set_md_var(tc, "descr", "
getitimer
(2) before setitimer(2)");
68
* empty after calling
getitimer
(2) but before
73
ATF_REQUIRE(
getitimer
(ITIMER_REAL, &it) == 0);
78
ATF_REQUIRE(
getitimer
(ITIMER_VIRTUAL, &it) == 0);
83
ATF_REQUIRE(
getitimer
(ITIMER_PROF, &it) == 0);
91
atf_tc_fail("
getitimer
(2) modified the timer before it was armed");
97
atf_tc_set_md_var(tc, "descr", "Test errors from
getitimer
(2)");
105
ATF_REQUIRE_ERRNO(EINVAL,
getitimer
(-1, &it) == -1);
108
ATF_REQUIRE_ERRNO(EINVAL,
getitimer
(INT_MAX, &it) == -1);
111
ATF_REQUIRE_ERRNO(EFAULT,
getitimer
(ITIMER_REAL, (void *)-1) == -1)
[
all
...]
/src/lib/libc/compat/sys/
compat_itimer.c
46
__warn_references(
getitimer
,
47
"warning: reference to compatibility
getitimer
(); include <sys/time.h> to generate correct reference")
73
getitimer
(int timerid, struct itimerval50 *tim50)
function in typeref:typename:int
/src/sys/compat/sys/
time.h
46
int
getitimer
(int, struct itimerval50 *);
/src/sys/sys/
time.h
331
int
getitimer
(int, struct itimerval *) __RENAME(__getitimer50);
/src/lib/libc/sys/
Makefile.inc
268
getitimer
.2 getlogin.2 getpeername.2 getpgrp.2 getpid.2 \
335
MLINKS+=
getitimer
.2 setitimer.2
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
2207
TEST(MemorySanitizer,
getitimer
) {
2214
res =
getitimer
(ITIMER_VIRTUAL, &it1);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
87
#define
getitimer
__getitimer50
2197
INTERCEPTOR(int,
getitimer
, int which, void *curr_value) {
2199
COMMON_INTERCEPTOR_ENTER(ctx,
getitimer
, which, curr_value);
2203
int res = REAL(
getitimer
)(which, curr_value);
2235
COMMON_INTERCEPT_FUNCTION(
getitimer
); \
/src/sys/rump/librump/rumpkern/
rump_syscalls.c
5202
__weak_alias(
getitimer
,rump___sysimpl_getitimer50);
7037
}, /* 86 =
getitimer
*/
Completed in 26 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025