Searched refs:_CLOCKS_PER_SEC_ (Results 1 – 2 of 2) sorted by relevance
5 #define _CLOCKS_PER_SEC_ sysconf(_SC_CLK_TCK) macro7 #define _CLOCKS_PER_SEC_ 100 macro9 #define _CLOCKS_PER_SEC_ 1000000 macro
20 #ifndef _CLOCKS_PER_SEC_21 #define _CLOCKS_PER_SEC_ 1000 macro24 #define CLOCKS_PER_SEC _CLOCKS_PER_SEC_