Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_time.c70 #define CPUCLOCK_ID_MASK (~(CPUCLOCK_BIT|CPUCLOCK_PROCESS_BIT)) macro
301 tid = clock_id & CPUCLOCK_ID_MASK; in get_cputime()
308 pid = clock_id & CPUCLOCK_ID_MASK; in get_cputime()