Searched refs:CLOCK_REALTIME (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 323 case CLOCK_REALTIME: /* Default to precise. */ in kern_clock_gettime() 408 if (clock_id != CLOCK_REALTIME) in kern_clock_settime() 450 case CLOCK_REALTIME: in kern_clock_getres() 495 return (kern_clock_nanosleep(td, CLOCK_REALTIME, TIMER_RELTIME, rqt, in kern_nanosleep() 516 case CLOCK_REALTIME: in kern_clock_nanosleep() 597 return (user_clock_nanosleep(td, CLOCK_REALTIME, TIMER_RELTIME, in sys_nanosleep() 1095 register_posix_clock(CLOCK_REALTIME, &rt_clock); in itimer_start() 1259 case CLOCK_REALTIME: in kern_ktimer_create() 1572 if (id == CLOCK_REALTIME) in realtimer_clocktime()
|
| H A D | kern_umtx.c | 755 timo->is_abs_real = clockid == CLOCK_REALTIME || in abs_timeout_init() 2557 if (clockid < CLOCK_REALTIME || in do_cv_wait() 2564 clockid = CLOCK_REALTIME; in do_cv_wait() 3421 tp->_clockid = CLOCK_REALTIME; in umtx_copyin_umtx_time() 4256 t32._clockid = CLOCK_REALTIME; in umtx_copyin_umtx_timei386() 4320 t32._clockid = CLOCK_REALTIME; in umtx_copyin_umtx_timex32()
|
| /f-stack/lib/ |
| H A D | ff_host_interface.c | 161 host_id = CLOCK_REALTIME; in ff_clock_gettime() 207 int rv = clock_gettime(CLOCK_REALTIME, ¤t_ts); in ff_update_current_ts()
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_eventport_module.c | 18 #ifndef CLOCK_REALTIME 19 #define CLOCK_REALTIME 0 macro 255 if (timer_create(CLOCK_REALTIME, &sev, &event_timer) == -1) { in ngx_eventport_init()
|
| /f-stack/dpdk/examples/ptpclient/ |
| H A D | ptpclient.c | 295 clock_gettime(CLOCK_REALTIME, &sys_time); in print_clock_info() 495 clock_gettime(CLOCK_REALTIME, &sys_time); in update_kernel_time() 511 clock_settime(CLOCK_REALTIME, &net_time); in update_kernel_time()
|
| /f-stack/freebsd/sys/ |
| H A D | time.h | 464 #ifndef CLOCK_REALTIME 465 #define CLOCK_REALTIME 0 macro
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_trace_utils.c | 275 if (clock_gettime(CLOCK_REALTIME, &epoch) < 0) { in trace_epoch_time_save()
|
| /f-stack/freebsd/contrib/dev/acpica/os_specific/service_layers/ |
| H A D | osunixxf.c | 1064 if (clock_gettime (CLOCK_REALTIME, &Time) == -1) in AcpiOsWaitSemaphore()
|
| /f-stack/freebsd/contrib/openzfs/lib/libtpool/ |
| H A D | thread_pool.c | 155 clock_gettime(CLOCK_REALTIME, &ts); in tpool_worker()
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_hw_api.c | 436 clock_gettime(CLOCK_REALTIME, &t); in opae_adapter_lock()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | zpool_influxdb.c | 728 if (clock_gettime(CLOCK_REALTIME, &tv) != 0) in print_stats()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_api.c | 603 timer_create(CLOCK_REALTIME, &sev, &ftp->ft_tid); in fmd_timer_install()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process_cycle.c | 514 (void) clock_gettime(CLOCK_REALTIME,&ts); in ngx_start_worker_processes()
|
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_ethdev.c | 1669 clock_gettime(CLOCK_REALTIME, ×tamp); in axgbe_timesync_enable()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 10108 (void) clock_gettime(CLOCK_REALTIME, &timeout); in wait_status_thread()
|