OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TFD_CLOEXEC
(Results
1 - 2
of
2
) sorted by null
/development/ndk/sources/android/libportable/common/include/
timerfd_portable.h
41
#define
TFD_CLOEXEC
O_CLOEXEC
/development/ndk/sources/android/libportable/arch-mips/
timerfd.c
53
native_flags |=
TFD_CLOEXEC
;
73
if (native_flags &
TFD_CLOEXEC
) {
Completed in 1196 milliseconds