HomeSort by: relevance | last modified time | path
    Searched refs:_BSD_CLOCK_T_ (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/hpc/stand/include/machine/
ansi.h 7 #define _BSD_CLOCK_T_ unsigned int /* clock() */
  /src/sys/sys/
times.h 44 #ifdef _BSD_CLOCK_T_
45 typedef _BSD_CLOCK_T_ clock_t;
46 #undef _BSD_CLOCK_T_
common_ansi.h 64 #define _BSD_CLOCK_T_ unsigned int /* clock() */
types.h 282 #ifdef _BSD_CLOCK_T_
283 typedef _BSD_CLOCK_T_ clock_t;
284 #undef _BSD_CLOCK_T_
  /src/sys/arch/ia64/include/
ansi.h 52 #define _BSD_CLOCK_T_ unsigned int /* clock() */
58 #define _BSD_CLOCK_T_ unsigned long int /* clock() */
  /src/include/
time.h 48 #ifdef _BSD_CLOCK_T_
49 typedef _BSD_CLOCK_T_ clock_t;
50 #undef _BSD_CLOCK_T_

Completed in 14 milliseconds