HomeSort by relevance Sort by last modified time
    Searched refs:timespec (Results 276 - 300 of 1383) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stat.h 83 equivalent to 'struct timespec'. This is the type used
85 identifier 'timespec' to appear in the <sys/stat.h> header.
88 struct timespec st_atim; /* Time of last access. */
89 struct timespec st_mtim; /* Time of last modification. */
90 struct timespec st_ctim; /* Time of last status change. */
144 equivalent to 'struct timespec'. This is the type used
146 identifier 'timespec' to appear in the <sys/stat.h> header.
149 struct timespec st_atim; /* Time of last access. */
150 struct timespec st_mtim; /* Time of last modification. */
151 struct timespec st_ctim; /* Time of last status change. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stat.h 86 equivalent to 'struct timespec'. This is the type used
88 identifier 'timespec' to appear in the <sys/stat.h> header.
91 struct timespec st_atim; /* Time of last access. */
92 struct timespec st_mtim; /* Time of last modification. */
93 struct timespec st_ctim; /* Time of last status change. */
147 equivalent to 'struct timespec'. This is the type used
149 identifier 'timespec' to appear in the <sys/stat.h> header.
152 struct timespec st_atim; /* Time of last access. */
153 struct timespec st_mtim; /* Time of last modification. */
154 struct timespec st_ctim; /* Time of last status change. *
    [all...]
  /bionic/benchmarks/
time_benchmark.cpp 25 timespec t;
33 timespec t;
  /bionic/libc/bionic/
pthread_cond.cpp 174 bool use_realtime_clock, const timespec* abs_timeout_or_null) {
206 const timespec *abstime) {
216 const timespec* abs_timeout) {
223 const timespec* abs_timeout) {
231 const timespec* rel_timeout) {
232 timespec ts;
233 timespec* abs_timeout = nullptr;
243 timespec ts;
sigwait.cpp 36 extern "C" int __rt_sigtimedwait(const sigset_t* uthese, siginfo_t* uinfo, const struct timespec* uts, size_t sigsetsize);
  /cts/suite/audio_quality/lib/src/
Semaphore.cpp 51 struct timespec timeOld;
58 struct timespec timeNew = timeOld;
  /external/strace/tests/
utimensat.c 43 print_ts(const struct timespec *ts)
52 struct timespec ts[2];
  /frameworks/av/include/cpustats/
ThreadCpuUsage.h 125 struct timespec mPreviousTs; // most recent thread CPU time, valid only if mIsEnabled is true
126 struct timespec mMonotonicTs; // most recent monotonic time
  /frameworks/av/services/audioflinger/
AudioWatchdog.h 77 struct timespec mOldTs; // monotonic time when threadLoop last ran
78 struct timespec mLogTs; // time since last log
FastThreadDumpState.h 38 struct timespec mMeasuredWarmupTs; // measured warmup time
  /system/update_engine/common/
clock.cc 28 struct timespec now_ts;
44 struct timespec now_ts;
  /bionic/libc/kernel/uapi/linux/
errqueue.h 44 struct timespec ts[3];
  /build/kati/
timeutil.cc 26 struct timespec ts;
  /development/ndk/platforms/android-3/include/
sched.h 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
  /development/ndk/platforms/android-3/include/sys/
select.h 42 const struct timespec *timeout, const sigset_t *sigmask);
  /external/kernel-headers/original/uapi/linux/
errqueue.h 33 struct timespec ts[3];
  /external/mesa3d/src/mesa/drivers/x11/
glxheader.h 51 struct timespec;
  /external/valgrind/helgrind/tests/
cond_timedwait_invalid.c 9 struct timespec abstime;
  /external/valgrind/memcheck/tests/
post-syscall.c 20 struct timespec req, rem;
  /external/valgrind/perf/
sarp.c 34 struct timespec req __attribute__((unused));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
poll.h 30 /* Get the timespec definition. */
63 the timeout value is specified using a TIMESPEC object.
68 __const struct timespec *__timeout,

Completed in 2593 milliseconds

<<11121314151617181920>>