Home | History | Annotate | Download | only in arch-mips

Lines Matching refs:native_flags

44     int native_flags = 0;
49 native_flags |= TFD_NONBLOCK;
53 native_flags |= TFD_CLOEXEC;
56 ALOGV("%s: return(native_flags:%d); }", __func__, native_flags);
57 return native_flags;
63 int native_flags;
69 native_flags = tdf_flags_pton(portable_flags);
71 rv = REAL(syscall)(__NR_timerfd_create, clockid, native_flags);
73 if (native_flags & TFD_CLOEXEC) {