OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TFD_NONBLOCK
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
timerfd.h
47
#define
TFD_NONBLOCK
O_NONBLOCK
/src/tests/lib/libc/sys/
t_timerfd.c
146
~(TFD_CLOEXEC |
TFD_NONBLOCK
))) == -1);
217
RL(fd = timerfd_create(CLOCK_MONOTONIC,
TFD_NONBLOCK
));
264
RL(fd = timerfd_create(CLOCK_MONOTONIC,
TFD_NONBLOCK
));
349
TFD_NONBLOCK
)) >= 0);
523
ATF_REQUIRE((fd = timerfd_create(CLOCK_MONOTONIC,
TFD_NONBLOCK
)) >= 0);
634
ATF_REQUIRE((fd = timerfd_create(CLOCK_MONOTONIC,
TFD_NONBLOCK
)) >= 0);
786
TFD_NONBLOCK
| TFD_CLOEXEC)) >= 0);
/src/sys/kern/
sys_timerfd.c
167
/* Caller deals with TFD_CLOEXEC and
TFD_NONBLOCK
. */
497
if (flags & ~(TFD_CLOEXEC |
TFD_NONBLOCK
)) {
516
if (flags &
TFD_NONBLOCK
) {
/src/sys/compat/linux/common/
linux_time.c
477
nflags |=
TFD_NONBLOCK
;
Completed in 13 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025