Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_time.c67 #define CPUCLOCK_ID_MASK (~(CPUCLOCK_BIT|CPUCLOCK_PROCESS_BIT)) macro
300 tid = clock_id & CPUCLOCK_ID_MASK; in get_cputime()
307 pid = clock_id & CPUCLOCK_ID_MASK; in get_cputime()