Home
last modified time | relevance | path

Searched refs:timerfd_create (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/tests/lib/libc/sys/
Dt_timerfd.c123 ATF_TC(timerfd_create);
124 ATF_TC_HEAD(timerfd_create, tc) in ATF_TC_HEAD() argument
128 ATF_TC_BODY(timerfd_create, tc) in ATF_TC_BODY() argument
132 ATF_REQUIRE((fd = timerfd_create(CLOCK_REALTIME, 0)) >= 0); in ATF_TC_BODY()
135 ATF_REQUIRE((fd = timerfd_create(CLOCK_MONOTONIC, 0)) >= 0); in ATF_TC_BODY()
139 (fd = timerfd_create(CLOCK_VIRTUAL, 0)) == -1); in ATF_TC_BODY()
142 (fd = timerfd_create(CLOCK_PROF, 0)) == -1); in ATF_TC_BODY()
145 (fd = timerfd_create(CLOCK_REALTIME, in ATF_TC_BODY()
162 RL(fd = timerfd_create(CLOCK_REALTIME, 0)); in ATF_TC_BODY()
217 RL(fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK)); in ATF_TC_BODY()
[all …]
/netbsd/src/sys/sys/
Dtimerfd.h60 int timerfd_create(clockid_t, int);
/netbsd/src/sys/kern/
Dsys_timerfd.c157 timerfd_create(clockid_t const clock_id, int const flags) in timerfd_create() function
521 fp->f_timerfd = timerfd_create(clock_id, flags); in do_timerfd_create()
/netbsd/src/lib/libc/sys/
DMakefile.inc161 timerfd_create.S timerfd_gettime.S timerfd_settime.S \
396 MLINKS+=timerfd.2 timerfd_create.2 \
/netbsd/src/external/bsd/libevent/dist/
Depoll.c197 … fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init()
Devent-config.h.cmake410 /* Define to 1 if you have the `timerfd_create' function. */
Dconfig.h.in371 /* Define to 1 if you have the `timerfd_create' function. */
Dconfigure.ac390 timerfd_create \
DCMakeLists.txt500 timerfd_create
DChangeLog285 o Fix detection of timerfd_create() in CMake. (e50af331)
Dconfigure14275 timerfd_create \
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Depoll.c196 … fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init()
Devent-config.h.cmake410 /* Define to 1 if you have the `timerfd_create' function. */
Dconfig.h.in374 /* Define to 1 if you have the `timerfd_create' function. */
Dconfigure.ac390 timerfd_create \
DCMakeLists.txt500 timerfd_create
DChangeLog285 o Fix detection of timerfd_create() in CMake. (e50af331)
/netbsd/src/external/gpl3/gdb/dist/gdb/
Daarch64-linux-tdep.c2136 UNSUPPORTED_SYSCALL_MAP (timerfd_create); in aarch64_canonicalize_syscall()
/netbsd/src/distrib/sets/lists/comp/
Dmi5098 ./usr/share/man/cat2/timerfd_create.0 comp-c-catman .cat
13697 ./usr/share/man/html2/timerfd_create.html comp-c-htmlman html
22141 ./usr/share/man/man2/timerfd_create.2 comp-c-man .man
/netbsd/src/external/bsd/ntp/dist/
DCommitLog105296 Linux 2.6.26 and earlier will fail libevent's timerfd_create() call due to
105303 Linux 2.6.26 and earlier will fail libevent's timerfd_create() call due to
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git67199 <syscall name="timerfd_create" groups="descriptor"/>