HomeSort by relevance Sort by last modified time
    Searched defs:useconds (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
d8-posix.cc 126 int useconds = static_cast<int>(time_now.tv_usec - start_time.tv_usec); local
127 if (seconds * 1000000 + useconds > total_time * 1000) {
384 int useconds = 1; local
388 usleep(useconds);
389 if (useconds < 1000000) useconds <<= 1;
390 if ((read_timeout != -1 && useconds / 1000 > read_timeout) ||
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.h 74 u_int useconds; member in struct:nfstime
  /external/perfetto/tools/trace_to_text/
ftrace_event_formatter.cc 2865 uint64_t useconds = TimestampToMicroseconds(timestamp); local
    [all...]

Completed in 96 milliseconds