blob: 04a0e9fa8e302e395aef45c3f1f8fe2568d76ca8 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/clocknames.in; do not edit. */
2
3static const struct xlat clocknames[] = {
4#if defined(CLOCK_REALTIME) || (defined(HAVE_DECL_CLOCK_REALTIME) && HAVE_DECL_CLOCK_REALTIME)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(CLOCK_REALTIME),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(CLOCK_MONOTONIC) || (defined(HAVE_DECL_CLOCK_MONOTONIC) && HAVE_DECL_CLOCK_MONOTONIC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(CLOCK_MONOTONIC),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(CLOCK_PROCESS_CPUTIME_ID) || (defined(HAVE_DECL_CLOCK_PROCESS_CPUTIME_ID) && HAVE_DECL_CLOCK_PROCESS_CPUTIME_ID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(CLOCK_PROCESS_CPUTIME_ID),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(CLOCK_THREAD_CPUTIME_ID) || (defined(HAVE_DECL_CLOCK_THREAD_CPUTIME_ID) && HAVE_DECL_CLOCK_THREAD_CPUTIME_ID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(CLOCK_THREAD_CPUTIME_ID),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(CLOCK_MONOTONIC_RAW) || (defined(HAVE_DECL_CLOCK_MONOTONIC_RAW) && HAVE_DECL_CLOCK_MONOTONIC_RAW)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(CLOCK_MONOTONIC_RAW),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(CLOCK_REALTIME_COARSE) || (defined(HAVE_DECL_CLOCK_REALTIME_COARSE) && HAVE_DECL_CLOCK_REALTIME_COARSE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(CLOCK_REALTIME_COARSE),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(CLOCK_MONOTONIC_COARSE) || (defined(HAVE_DECL_CLOCK_MONOTONIC_COARSE) && HAVE_DECL_CLOCK_MONOTONIC_COARSE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(CLOCK_MONOTONIC_COARSE),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(CLOCK_BOOTTIME) || (defined(HAVE_DECL_CLOCK_BOOTTIME) && HAVE_DECL_CLOCK_BOOTTIME)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(CLOCK_BOOTTIME),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
28#if defined(CLOCK_REALTIME_ALARM) || (defined(HAVE_DECL_CLOCK_REALTIME_ALARM) && HAVE_DECL_CLOCK_REALTIME_ALARM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(CLOCK_REALTIME_ALARM),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
31#if defined(CLOCK_BOOTTIME_ALARM) || (defined(HAVE_DECL_CLOCK_BOOTTIME_ALARM) && HAVE_DECL_CLOCK_BOOTTIME_ALARM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070032 XLAT(CLOCK_BOOTTIME_ALARM),
Elliott Hughes82728372014-06-06 22:49:31 -070033#endif
34#if defined(CLOCK_SGI_CYCLE) || (defined(HAVE_DECL_CLOCK_SGI_CYCLE) && HAVE_DECL_CLOCK_SGI_CYCLE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(CLOCK_SGI_CYCLE),
Elliott Hughes82728372014-06-06 22:49:31 -070036#endif
37#if defined(CLOCK_TAI) || (defined(HAVE_DECL_CLOCK_TAI) && HAVE_DECL_CLOCK_TAI)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070038 XLAT(CLOCK_TAI),
Elliott Hughes82728372014-06-06 22:49:31 -070039#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070040 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070041};