Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dtimer.c192 #if defined(CLOCK_HIGHRES) in ElapsedTime()
193 # define CLOCK_ID CLOCK_HIGHRES in ElapsedTime()
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py264 CLOCK_HIGHRES = 4 variable
DIN.py397 CLOCK_HIGHRES = 4 variable
DSTROPTS.py394 CLOCK_HIGHRES = 4 variable
/external/python/cpython3/Python/
Dpytime.c882 #ifdef CLOCK_HIGHRES in pymonotonic()
883 const clockid_t clk_id = CLOCK_HIGHRES; in pymonotonic()
/external/python/cpython3/Modules/
Dtimemodule.c1766 #ifdef CLOCK_HIGHRES in PyInit_time()
1767 PyModule_AddIntMacro(m, CLOCK_HIGHRES); in PyInit_time()
/external/python/cpython3/Doc/library/
Dtime.rst749 .. data:: CLOCK_HIGHRES
751 The Solaris OS has a ``CLOCK_HIGHRES`` timer that attempts to use an optimal
753 ``CLOCK_HIGHRES`` is the nonadjustable, high-resolution clock.
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go169 CLOCK_HIGHRES = 0x4 const