Lines Matching +full:system +full:- +full:clock +full:- +full:frequency
4 * (c) UNIX System Laboratories, Inc.
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.
50 * Frequency of the clock ticks reported by times(). Deprecated - use
51 * sysconf(_SC_CLK_TCK) instead. (Removed in 1003.1-2001.)
56 /* Frequency of the clock ticks reported by clock(). */
76 * New in POSIX 1003.1b-1993.
106 #define CLOCK_UPTIME 5 /* FreeBSD-specific. */
107 #define CLOCK_UPTIME_PRECISE 7 /* FreeBSD-specific. */
108 #define CLOCK_UPTIME_FAST 8 /* FreeBSD-specific. */
109 #define CLOCK_REALTIME_PRECISE 9 /* FreeBSD-specific. */
110 #define CLOCK_REALTIME_FAST 10 /* FreeBSD-specific. */
111 #define CLOCK_MONOTONIC_PRECISE 11 /* FreeBSD-specific. */
112 #define CLOCK_MONOTONIC_FAST 12 /* FreeBSD-specific. */
113 #define CLOCK_SECOND 13 /* FreeBSD-specific. */
126 int tm_sec; /* seconds after the minute [0-60] */
127 int tm_min; /* minutes after the hour [0-59] */
128 int tm_hour; /* hours since midnight [0-23] */
129 int tm_mday; /* day of the month [1-31] */
130 int tm_mon; /* months since January [0-11] */
132 int tm_wday; /* days since Sunday [0-6] */
133 int tm_yday; /* days since January 1 [0-365] */
145 clock_t clock(void);