Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_time.c69 #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()