Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dtime_impl.h122 #define CLOCK_THREAD_CPUTIME_ID 2 /* thread's user+system CPU clock */ macro
127 #define CLOCK_PROF CLOCK_THREAD_CPUTIME_ID /* alternate name */
/titanic_50/usr/src/lib/libc/port/threads/
H A Dscalls.c621 case CLOCK_THREAD_CPUTIME_ID: in clock_nanosleep()