Searched refs:time (Results 101 - 125 of 2286) sorted by relevance

1234567891011>>

/freebsd-13-stable/lib/libc/gen/
H A Dwait3.c38 #include <sys/time.h>
H A Dwaitpid.c38 #include <sys/time.h>
/freebsd-13-stable/lib/libc/sys/
H A Dgettimeofday.c32 #include <sys/time.h>
H A Dkevent.c38 #include <sys/time.h>
/freebsd-13-stable/contrib/unbound/compat/
H A Dctime_r.c4 #include <time.h>
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dtime.h1 /*===---- time.h - OpenMP time header wrapper ------------------------ c ---===
23 #include_next <time.h>
/freebsd-13-stable/contrib/ldns/compat/
H A Dtimegm.c11 #include <time.h>
/freebsd-13-stable/contrib/libevent/include/event2/
H A Dhttp_compat.h46 #include <sys/time.h>
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_compat.h46 #include <sys/time.h>
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_equal.c14 #include <sys/time.h>
H A Dex_mark.c14 #include <sys/time.h>
H A Dex_quit.c14 #include <sys/time.h>
H A Dex_yank.c14 #include <sys/time.h>
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_zexit.c14 #include <sys/time.h>
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dlocaltime_r.c37 #include <time.h>
/freebsd-13-stable/usr.bin/gprof/
H A Dhertz.c41 #include <sys/time.h>
/freebsd-13-stable/contrib/googletest/googletest/samples/
H A Dsample5_unittest.cc47 #include <time.h>
65 // This is a good place to record the start time.
67 start_time_ = time(NULL);
73 // Gets the time when the test finishes
74 const time_t end_time = time(NULL);
82 // The UTC time (in seconds) when the test starts
/freebsd-13-stable/contrib/opie/libopie/
H A Dwriterec.c23 #include <sys/time.h>
25 #include <time.h>
50 time(&now);
/freebsd-13-stable/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py34 import time namespace
39 time.sleep(1) # Give tcpdump time to start
44 time.sleep(3) # Give tcpdump time to catch up
/freebsd-13-stable/sys/dev/ice/
H A Dice_osdep.c45 #include <sys/time.h>
243 * @time: microseconds to delay
251 ice_usec_delay(uint32_t time, bool sleep) argument
254 pause("ice_usec_delay", USEC_2_TICKS(time));
256 DELAY(time);
261 * @time: milliseconds to delay
269 ice_msec_delay(uint32_t time, bool sleep) argument
272 pause("ice_msec_delay", MSEC_2_TICKS(time));
274 DELAY(time * 1000);
278 * ice_msec_pause - pause (sleep) the thread for a time i
284 ice_msec_pause(uint32_t time) argument
296 ice_msec_spin(uint32_t time) argument
[all...]
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_test.c56 uint32_t time; member in struct:nvme_io_test_thread
64 uint32_t time; member in struct:nvme_io_test_internal
142 if (t.tv_sec >= io_test->time)
178 if (t.tv_sec >= tth->time) {
213 tth->time = io_test->time;
220 error = tsleep(tth, 0, "test_wait", tth->time*hz*2);
259 io_test_internal->time = io_test->time;
274 tsleep(io_test_internal, 0, "nvme_test", io_test->time *
[all...]
/freebsd-13-stable/libexec/talkd/
H A Dtable.c43 * search on a double-linked list. A time is kept with each
49 #include <sys/time.h>
71 long time; member in struct:table_entry
96 if ((ptr->time - current_time) > MAX_LIFE) {
134 if ((ptr->time - current_time) > MAX_LIFE) {
148 /* update the time if we 'touch' it */
149 ptr->time = current_time;
172 ptr->time = current_time;
H A Dtalkd.c65 #include <time.h>
116 lastmsgtime = time(0);
135 if (time(0) - lastmsgtime >= MAXIDLE)
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-cn3010-evb-hs5.c55 #include <time.h>
107 uint32_t time; local
131 if ((reg[2] & 0x40) && (reg[2] & 0x20)) /* AM/PM format and is PM time */
144 time = mktime(&tms);
146 return time;
153 int cvmx_rtc_ds1337_write(uint32_t time) argument
159 time_t time_from_epoch = time;
/freebsd-13-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h81 /* Initialize (or reset) the time. */
82 extern void pt_time_init(struct pt_time *time);
84 /* Query the current time.
92 * Returns -pte_internal if @tsc or @time is NULL.
96 uint32_t *lost_cyc, const struct pt_time *time);
103 * Returns -pte_internal if @cbr or @time is NULL.
106 extern int pt_time_query_cbr(uint32_t *cbr, const struct pt_time *time);
108 /* Update the time based on an Intel PT packet.

Completed in 120 milliseconds

1234567891011>>