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

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
1-1.c 44 float timediff(struct timespec t2, struct timespec t1)
88 struct timespec start_timespec, current_timespec;
1-2.c 44 float timediff(struct timespec t2, struct timespec t1)
83 struct timespec current_time, start_time;
  /external/ltp/testcases/realtime/func/sched_jitter/
sched_jitter.c 84 unsigned long long ts_sub(struct timespec a, struct timespec b)
117 struct timespec start, stop;
  /system/bt/osi/test/
time_test.cc 79 struct timespec delay;
100 struct timespec delay;
140 struct timespec delay;
  /system/core/liblog/
log_time.cpp 27 LIBLOG_ABI_PRIVATE const timespec log_time::EPOCH = { 0, 0 };
137 LIBLOG_ABI_PRIVATE log_time log_time::operator-=(const timespec& T) {
154 LIBLOG_ABI_PRIVATE log_time log_time::operator+=(const timespec& T) {
  /external/adhd/cras/src/dsp/tests/
eq_test.c 21 static double tp_diff(struct timespec *tp2, struct timespec *tp1)
34 struct timespec tp1, tp2;
76 struct timespec tp1, tp2;
  /external/adhd/cras/src/server/
cras_dsp_pipeline.h 123 const struct timespec *time_delta,
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
hog.c 77 static uint64_t DiffTimespec(struct timespec start, struct timespec end) {
159 struct timespec time_start;
160 struct timespec time_end;
  /external/autotest/client/site_tests/platform_TraceClockMonotonic/src/
ftrace-clock-monotonic.c 20 struct timespec ts;
  /external/compiler-rt/test/tsan/
cond_version.c 20 struct timespec ts0, ts1, ts2;
  /external/dhcpcd-6.8.2/compat/
pollts.c 43 const struct timespec *__restrict ts, const sigset_t *__restrict sigmask)
pselect.c 40 const struct timespec *__restrict ts, const sigset_t *__restrict sigmask)
  /external/libusb/libusb/os/
threads_windows.h 36 // We *were* getting timespec from pthread.h:
40 struct timespec { struct
windows_nt_common.h 51 int windows_clock_gettime(int clk_id, struct timespec *tp);
  /external/libvncserver/compat/msvc/sys/
time.h 14 struct timespec { struct
  /external/libxkbcommon/xkbcommon/bench/
rules.c 36 struct timespec start, stop, elapsed;
rulescomp.c 35 struct timespec start, stop, elapsed;
  /external/linux-kselftest/tools/testing/selftests/futex/include/
futextest.h 59 * @timeout: typically an absolute struct timespec (except where noted
82 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags)
102 futex_wait_bitset(futex_t *uaddr, futex_t val, struct timespec *timeout,
125 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect,
190 struct timespec *timeout, int opflags)
  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
futex_bench.c 22 struct timespec ts_start, ts_end;
  /external/llvm/unittests/Support/
TimerTest.cpp 28 struct timespec Interval;
  /external/ltp/android/include/
aio.h 44 int aio_suspend(const struct aiocb * const[], int, const struct timespec *);
  /external/ltp/include/
safe_file_ops_fn.h 71 * times is a timespec[2] (as for utimensat(2)). If times is NULL then
77 mode_t mode, const struct timespec times[2]);
  /external/ltp/testcases/kernel/syscalls/futex/
futex_wait04.c 35 static struct timespec to = {.tv_sec = 0, .tv_nsec = 10000};
futex_wait_bitset.h 24 struct timespec start, to, end;
futextest.h 90 * @timeout: typically an absolute struct timespec (except where noted
113 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags)
133 futex_wait_bitset(futex_t *uaddr, futex_t val, struct timespec *timeout,
156 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect,
221 struct timespec *timeout, int opflags)

Completed in 1390 milliseconds

<<11121314151617181920>>