Searched refs:gettimeofday (Results 1 - 25 of 29) sorted by relevance

12

/haiku/src/system/libroot/posix/sys/
H A Dgettimeofday.c12 gettimeofday(struct timeval *tv, void *tz) function
H A Dftime.c20 gettimeofday(&tv, &tz);
/haiku/src/tools/fs_shell/
H A Dtime.cpp40 gettimeofday(&tv, NULL);
50 gettimeofday(&tv, NULL);
/haiku/src/tests/system/benchmarks/
H A Dsyscallbench.c34 gettimeofday(&before, NULL);
38 gettimeofday(&after, NULL);
H A Dexecbench.c25 gettimeofday(&before, NULL);
43 gettimeofday(&after, NULL);
H A Dforkbench.c46 gettimeofday(&before, NULL);
65 gettimeofday(&after, NULL);
H A Dctxbench.c109 gettimeofday(&before, NULL);
115 gettimeofday(&after, NULL);
153 gettimeofday(&before, NULL);
161 gettimeofday(&after, NULL);
/haiku/headers/posix/sys/
H A Dtime.h44 extern int gettimeofday(struct timeval *tv, void *tz);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dntfstime.h121 gettimeofday(&microseconds, (struct timezone*)NULL);
/haiku/src/build/libroot/
H A Dmisc.cpp41 gettimeofday(&tm, NULL);
H A Dfs.cpp111 gettimeofday(&now, NULL);
1280 gettimeofday(&now, NULL);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.cpp22 gettimeofday(&time, NULL);
59 gettimeofday(&time, NULL);
/haiku/src/tests/system/libroot/posix/
H A DTestUnitUtils.h12 gettimeofday(&tv, NULL);
H A Drealtime_sem_test1.cpp31 gettimeofday(&tv, NULL);
/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/system/libroot/posix/stdlib/
H A Dmktemp.c121 gettimeofday(&tv, 0);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c95 # define __gettimeofday gettimeofday
270 gettimeofday(&tv, NULL);
/haiku/src/libs/mapm/
H A Dmapm_rnd.c296 * for unix systems : use 'gettimeofday'
323 struct timezone time_zone; /* time zone for gettimeofday call */
325 gettimeofday(&time_now, &time_zone); /* get current time */
/haiku/src/bin/fwcontrol/
H A Dfwdv.c325 gettimeofday(&start, NULL);
423 gettimeofday(&end, 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/add-ons/screen_savers/flurry/
H A DFlurry.cpp314 gettimeofday(&tv, NULL);
/haiku/src/libs/glut/
H A Dglutint.h83 #define GETTIMEOFDAY(_x) gettimeofday(_x)
85 #define GETTIMEOFDAY(_x) gettimeofday(_x, NULL)
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_init.c697 gettimeofday(&now, NULL);
716 gettimeofday(&now, 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/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; }

Completed in 439 milliseconds

12