OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EFD_CLOEXEC_PORTABLE
(Results
1 - 2
of
2
) sorted by null
/development/ndk/sources/android/libportable/common/include/
eventfd_portable.h
47
#define
EFD_CLOEXEC_PORTABLE
O_CLOEXEC_PORTABLE
/development/ndk/sources/android/libportable/arch-mips/
eventfd.c
50
if (portable_flags &
EFD_CLOEXEC_PORTABLE
) {
52
portable_flags &=
EFD_CLOEXEC_PORTABLE
;
Completed in 217 milliseconds