Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_time.c70 #define CPUCLOCK_ID_MASK (~(CPUCLOCK_BIT|CPUCLOCK_PROCESS_BIT)) macro
298 tid = clock_id & CPUCLOCK_ID_MASK; in get_cputime()
305 pid = clock_id & CPUCLOCK_ID_MASK; in get_cputime()