HomeSort by relevance Sort by last modified time
    Searched refs:MAX_CLOCKS (Results 1 - 7 of 7) sorted by null

  /bionic/libc/kernel/uapi/linux/
time.h 60 #define MAX_CLOCKS 16
  /external/kernel-headers/original/uapi/linux/
time.h 65 #define MAX_CLOCKS 16
  /external/ltp/testcases/kernel/timers/include/
common_timers.h 34 /* MAX_CLOCKS is the maximum number of clock sources supported by kernel */
35 #define MAX_CLOCKS 16
  /external/ltp/testcases/kernel/timers/clock_gettime/
clock_gettime03.c 83 EINVAL, /* MAX_CLOCKS */
84 EINVAL /* MAX_CLOCKS + 1 */
98 MAX_CLOCKS,
99 MAX_CLOCKS + 1,
  /external/ltp/testcases/kernel/timers/timer_create/
timer_create04.c 81 EINVAL, /* MAX_CLOCKS */
82 EINVAL, /* MAX_CLOCKS + 1 */
106 MAX_CLOCKS,
107 MAX_CLOCKS + 1,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
time.h 70 #define MAX_CLOCKS 16
  /external/ltp/testcases/kernel/timers/clock_settime/
clock_settime03.c 35 MAX_CLOCKS,
36 MAX_CLOCKS + 1,
47 EINVAL, /* MAX_CLOCKS */
48 EINVAL, /* MAX_CLOCKS + 1 */

Completed in 88 milliseconds