Searched refs:gettimeofday (Results 1 - 25 of 30) sorted by last modified time

12

/haiku/src/bin/network/ftpd/
H A Dlogwtmp.c72 gettimeofday(&ut.ut_tv, NULL);
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1052 (void)gettimeofday(&t1, NULL);
1065 (void)gettimeofday(&t2, NULL);
1263 (void)gettimeofday(&now, NULL);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_init.c697 gettimeofday(&now, NULL);
716 gettimeofday(&now, NULL);
/haiku/src/system/libnetwork/netresolv/isc/
H A Dev_timers.c139 if (gettimeofday(&now, NULL) < 0)
152 if (gettimeofday(&now, NULL) < 0)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1841 void gettimeofday() {} function
H A Dlibroot_stubs.c1884 void gettimeofday() {} function
/haiku/src/build/libroot/
H A Dfs.cpp111 gettimeofday(&now, NULL);
1280 gettimeofday(&now, NULL);
H A Dmisc.cpp41 gettimeofday(&tm, NULL);
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.cpp31 // for gettimeofday()
94 gettimeofday(&tp, &tzp);
/haiku/src/kits/support/
H A DDateTime.cpp150 if (gettimeofday(&tv, NULL) != 0) {
151 // gettimeofday failed?
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dntfstime.h121 gettimeofday(&microseconds, (struct timezone*)NULL);
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAll.h97 #define TICK_COUNT_READ(VARIABLE) { struct timeval t; gettimeofday(&t, NULL); VARIABLE = t.tv_sec * 1000000LLU + t.tv_usec; }
/haiku/src/system/libroot/posix/stdlib/
H A Dmktemp.c121 gettimeofday(&tv, 0);
/haiku/src/libs/glut/
H A Dglutint.h83 #define GETTIMEOFDAY(_x) gettimeofday(_x)
85 #define GETTIMEOFDAY(_x) gettimeofday(_x, NULL)
/haiku/src/tools/fs_shell/
H A Dtime.cpp40 gettimeofday(&tv, NULL);
50 gettimeofday(&tv, NULL);
/haiku/headers/posix/sys/
H A Dtime.h44 extern int gettimeofday(struct timeval *tv, void *tz);
/haiku/src/libs/uuid/
H A Dgen_uuid.c80 gettimeofday(&tv, 0);
97 gettimeofday(&tv, 0);
224 /* Assume that the gettimeofday() has microsecond granularity */
286 gettimeofday(&last, 0);
291 gettimeofday(&tv, 0);
/haiku/src/bin/fwcontrol/
H A Dfwdv.c325 gettimeofday(&start, NULL);
423 gettimeofday(&end, NULL);
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.cpp314 gettimeofday(&tv, NULL);
/haiku/src/tests/system/libroot/posix/
H A Drealtime_sem_test1.cpp31 gettimeofday(&tv, NULL);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c95 # define __gettimeofday gettimeofday
270 gettimeofday(&tv, NULL);
/haiku/src/system/libroot/posix/sys/
H A Dftime.c20 gettimeofday(&tv, &tz);
H A Dgettimeofday.c12 gettimeofday(struct timeval *tv, void *tz) function
/haiku/src/tests/system/benchmarks/
H A Dctxbench.c109 gettimeofday(&before, NULL);
115 gettimeofday(&after, NULL);
153 gettimeofday(&before, NULL);
161 gettimeofday(&after, NULL);
H A Dexecbench.c25 gettimeofday(&before, NULL);
43 gettimeofday(&after, NULL);

Completed in 214 milliseconds

12