HomeSort by relevance Sort by last modified time
    Searched refs:ovalue (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/fio/os/
os-mac.h 72 struct itimerspec *ovalue)
94 if (!rc && ovalue != NULL) {
95 ovalue->it_interval.tv_sec = tv_out.it_interval.tv_sec;
96 ovalue->it_interval.tv_nsec = tv_out.it_interval.tv_usec * 1000;
97 ovalue->it_value.tv_sec = tv_out.it_value.tv_sec;
98 ovalue->it_value.tv_nsec = tv_out.it_value.tv_usec * 1000;
  /development/ndk/platforms/android-3/include/
time.h 117 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /development/ndk/platforms/android-8/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/
time.h 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);

Completed in 561 milliseconds

1 2 3