Searched defs:CLK_TCK (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dtime.h56 * Following 2 lines are required to make CLK_TCK work.
62 * POSIX.1 uses CLK_TCK to specify units used by times(3).
63 * POSIX.1a doesn't use a name for this and says CLK_TCK is obsolescent, but
66 #define CLK_TCK (sysconf(_SC_CLK_TCK)) macro
/illumos-gate/usr/src/head/
H A Dtime.h166 /* CLK_TCK marked as LEGACY in SUSv2 and removed in SUSv3 */
168 #ifndef CLK_TCK
170 #define CLK_TCK ((clock_t)_sysconf(3)) /* clock ticks per second */ macro
H A Dlimits.h281 #ifndef CLK_TCK
289 #define CLK_TCK ((clock_t)_sysconf(3)) /* 3 is _SC_CLK_TCK */ macro
291 #endif /* CLK_TCK */
/illumos-gate/usr/src/boot/include/
H A Dtime.h53 #define CLK_TCK 128 macro
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c96 #ifndef CLK_TCK
97 # define CLK_TCK 60 macro
98 #endif /* CLK_TCK */
1103 shp->lim.clk_tck = getconf("CLK_TCK");
1121 shp->lim.clk_tck = CLK_TCK;

Completed in 62 milliseconds