Searched refs:timerfd_create (Results 1 – 21 of 21) sorted by relevance
| /netbsd/src/tests/lib/libc/sys/ |
| D | t_timerfd.c | 123 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/ |
| D | timerfd.h | 60 int timerfd_create(clockid_t, int);
|
| /netbsd/src/sys/kern/ |
| D | sys_timerfd.c | 157 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/ |
| D | Makefile.inc | 161 timerfd_create.S timerfd_gettime.S timerfd_settime.S \ 396 MLINKS+=timerfd.2 timerfd_create.2 \
|
| /netbsd/src/external/bsd/libevent/dist/ |
| D | epoll.c | 197 … fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init()
|
| D | event-config.h.cmake | 410 /* Define to 1 if you have the `timerfd_create' function. */
|
| D | config.h.in | 371 /* Define to 1 if you have the `timerfd_create' function. */
|
| D | configure.ac | 390 timerfd_create \
|
| D | CMakeLists.txt | 500 timerfd_create
|
| D | ChangeLog | 285 o Fix detection of timerfd_create() in CMake. (e50af331)
|
| D | configure | 14275 timerfd_create \
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | epoll.c | 196 … fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init()
|
| D | event-config.h.cmake | 410 /* Define to 1 if you have the `timerfd_create' function. */
|
| D | config.h.in | 374 /* Define to 1 if you have the `timerfd_create' function. */
|
| D | configure.ac | 390 timerfd_create \
|
| D | CMakeLists.txt | 500 timerfd_create
|
| D | ChangeLog | 285 o Fix detection of timerfd_create() in CMake. (e50af331)
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | aarch64-linux-tdep.c | 2136 UNSUPPORTED_SYSCALL_MAP (timerfd_create); in aarch64_canonicalize_syscall()
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 5098 ./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/ |
| D | CommitLog | 105296 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/ |
| D | ChangeLog.git | 67199 <syscall name="timerfd_create" groups="descriptor"/>
|