Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_time.c58 #define CPUCLOCK_ID_MASK ~CPUCLOCK_BIT macro
59 #define CPUCLOCK2LWPID(clock_id) (((clockid_t)(clock_id) >> 32) & CPUCLOCK_ID_MASK)
60 #define CPUCLOCK2PID(clock_id) ((clock_id) & CPUCLOCK_ID_MASK)