Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libthr/thread/
H A Dthr_condattr.c101 clock_id != CLOCK_PROF && in _pthread_condattr_setclock()
/freebsd-12.1/include/
H A Dtime.h105 #define CLOCK_PROF 2 macro
/freebsd-12.1/sys/kern/
H A Dkern_time.c340 case CLOCK_PROF: in kern_clock_gettime()
467 case CLOCK_PROF: in kern_clock_getres()
531 case CLOCK_PROF: in kern_clock_nanosleep()
1279 case CLOCK_PROF: in kern_ktimer_create()
/freebsd-12.1/sys/sys/
H A Dtime.h408 #define CLOCK_PROF 2 macro
/freebsd-12.1/sys/compat/linux/
H A Dlinux_time.c476 nwhich = CLOCK_PROF; in linux_clock_getres()