Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A D_clock_id.h53 #define CLOCK_PROF 2 macro
/freebsd-14.2/lib/libthr/thread/
H A Dthr_condattr.c98 clock_id != CLOCK_PROF && in _pthread_condattr_setclock()
/freebsd-14.2/sys/kern/
H A Dkern_time.c341 case CLOCK_PROF: in kern_clock_gettime()
469 case CLOCK_PROF: in kern_clock_getres()
530 case CLOCK_PROF: in kern_clock_nanosleep()
1312 case CLOCK_PROF: in kern_ktimer_create()
H A Dkern_umtx.c779 case CLOCK_PROF: in umtx_abs_timeout_getsbt()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_time.c621 nwhich = CLOCK_PROF; in linux_common_clock_getres()