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

  /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,
  /bionic/libc/kernel/uapi/linux/
time.h 76 #define MAX_CLOCKS 16
  /external/kernel-headers/original/uapi/linux/
time.h 91 #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 82 milliseconds