OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TFD_CLOEXEC
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
timerfd.h
46
#define
TFD_CLOEXEC
O_CLOEXEC
/src/sys/kern/
sys_timerfd.c
167
/* Caller deals with
TFD_CLOEXEC
and TFD_NONBLOCK. */
497
if (flags & ~(
TFD_CLOEXEC
| TFD_NONBLOCK)) {
522
fd_set_exclose(l, fd, !!(flags &
TFD_CLOEXEC
));
/src/sys/compat/linux/common/
linux_time.c
474
nflags |=
TFD_CLOEXEC
;
/src/tests/lib/libc/sys/
t_timerfd.c
146
~(
TFD_CLOEXEC
| TFD_NONBLOCK))) == -1);
786
TFD_NONBLOCK |
TFD_CLOEXEC
)) >= 0);
Completed in 17 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025