Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dsysconf.c57 static int _hz = 0; in sysconf() local
72 if (_hz <= 0) in sysconf()
73 _hz = _sysconfig(_CONFIG_CLK_TCK); in sysconf()
74 return (_hz); in sysconf()