Searched refs:CLOCK_HIGHRES (Results 1 – 7 of 7) sorted by relevance
195 #if defined(CLOCK_HIGHRES) in ElapsedTime()196 # define CLOCK_ID CLOCK_HIGHRES in ElapsedTime()
264 CLOCK_HIGHRES = 4 variable
397 CLOCK_HIGHRES = 4 variable
394 CLOCK_HIGHRES = 4 variable
882 #ifdef CLOCK_HIGHRES in pymonotonic()883 const clockid_t clk_id = CLOCK_HIGHRES; in pymonotonic()
1776 #ifdef CLOCK_HIGHRES1777 PyModule_AddIntMacro(m, CLOCK_HIGHRES);
730 .. data:: CLOCK_HIGHRES732 The Solaris OS has a ``CLOCK_HIGHRES`` timer that attempts to use an optimal734 ``CLOCK_HIGHRES`` is the nonadjustable, high-resolution clock.