Searched refs:_hz (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dsysconf.c54 static int _hz = 0; local
69 if (_hz <= 0)
70 _hz = _sysconfig(_CONFIG_CLK_TCK);
71 return (_hz);

Completed in 14 milliseconds