HomeSort by relevance Sort by last modified time
    Searched refs:gettimeofday (Results 376 - 400 of 751) sorted by null

<<11121314151617181920>>

  /external/ImageMagick/MagickCore/
nt-base.h 307 #undef gettimeofday macro
  /external/adhd/cras/src/server/
cras_hfp_iodev.c 263 gettimeofday(&node->plugged_time, NULL);
  /external/autotest/client/tests/monotonic_time/src/
time_test.c 61 " gtod test gettimeofday()\n"
109 * get result from gettimeofday() as a 64 bit value
116 gettimeofday(&tv, NULL);
  /external/curl/docs/examples/
http2-upload.c 128 gettimeofday(&tv, NULL);
  /external/e2fsprogs/misc/
badblocks.c 221 gettimeofday(&time_end, 0);
382 gettimeofday(&tv1, NULL);
385 gettimeofday(&tv2, NULL);
1238 gettimeofday(&time_start, 0);
    [all...]
  /external/fio/engines/
posixaio.c 36 gettimeofday(&tv, NULL);
  /external/gemmlowp/meta/
test_transform_benchmark.cc 37 gettimeofday(&t, nullptr);
  /external/golang-protobuf/ptypes/timestamp/
timestamp.pb.go 50 // Example 2: Compute Timestamp from POSIX `gettimeofday()`.
53 // gettimeofday(&tv, NULL);
  /external/libavc/test/encoder/
app.h 157 #define GETTIME(timer) gettimeofday(timer,NULL);
  /external/libcups/cups/
testarray.c 515 gettimeofday(&curtime, NULL);
  /external/libmicrohttpd/src/testcurl/
perf_get_concurrent.c 88 gettimeofday (&tv, NULL);
  /external/libpcap/
dlpisubs.c 184 (void) gettimeofday(&pkthdr.ts, NULL);
pcap-dbus.c 92 gettimeofday(&pkth.ts, NULL);
  /external/libunwind/tests/
Gperf-simple.c 53 gettimeofday (&tv, NULL);
Gperf-trace.c 53 gettimeofday (&tv, NULL);
  /external/ltp/lib/
safe_file_ops.c 399 ret = gettimeofday(cotimes, NULL);
402 "Failed to gettimeofday() at %s:%d",
  /external/ltp/testcases/kernel/sched/nptl/
nptl01.c 140 if (gettimeofday(&tv, NULL) != 0) {
141 tst_brkm(TBROK, cleanup, "gettimeofday failed: %s",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
4-3.c 82 SAFE_FUNC(gettimeofday(&now, NULL));
  /external/ltp/testcases/realtime/perf/latency/
pthread_cond_many.c 69 retval = gettimeofday(&tv, NULL);
71 perror("gettimeofday");
  /external/oj-libjdwp/src/solaris/transport/socket/
socket_md.c 339 gettimeofday(&t, 0);
  /external/ppp/pppd/
tty.c 1075 gettimeofday(&levelt, NULL);
1085 gettimeofday(&lasttime, NULL);
1124 gettimeofday(&now, NULL);
1238 gettimeofday(&now, NULL);
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Timestamp.cs 61 /// Example 2: Compute Timestamp from POSIX `gettimeofday()`.
64 /// gettimeofday(&amp;tv, NULL);
  /external/strace/
time.c 48 SYS_FUNC(gettimeofday)
  /external/stressapptest/src/
disk_blocks.cc 150 gettimeofday(&tp, NULL);
  /external/webrtc/webrtc/system_wrappers/source/
clock.cc 201 gettimeofday(&tv, &tz);

Completed in 715 milliseconds

<<11121314151617181920>>