HomeSort by relevance Sort by last modified time
    Searched refs:timespec (Results 1 - 25 of 1072) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/PR27186/
time.h 1 struct timespec;
Rtypes.h 2 typedef struct timespec timespec_t;
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
25-1-buildonly.c 10 int nanosleep(const struct timespec *, struct timespec *);
16 typedef int (*nanosleep_test) (const struct timespec *, struct timespec *);
14-1-buildonly.c 10 int clock_nanosleep(clockid_t, int, const struct timespec *,
11 struct timespec *);
17 typedef int (*clock_nanosleep_test) (clockid_t, int, const struct timespec *,
18 struct timespec *);
5-1-buildonly.c 16 struct timespec interval;
17 struct timespec value;
12-1-buildonly.c 10 int clock_getres(clockid_t, struct timespec *);
16 typedef int (*clock_getres_test) (clockid_t, struct timespec *);
13-1-buildonly.c 10 int clock_gettime(clockid_t, struct timespec *);
16 typedef int (*clock_gettime_test) (clockid_t, struct timespec *);
15-1-buildonly.c 10 int clock_settime(clockid_t, const struct timespec *);
16 typedef int (*clock_settime_test) (clockid_t, const struct timespec *);
  /external/ltp/include/
tst_clocks.h 25 int tst_clock_getres(clockid_t clk_id, struct timespec *res);
27 int tst_clock_gettime(clockid_t clk_id, struct timespec *ts);
tst_timer.h 26 Timer - struct timespec conversion runtimes and easy to use functions to
37 static inline long long tst_timespec_to_ns(struct timespec t)
43 * Converts timespec to microseconds.
45 static inline long long tst_timespec_to_us(struct timespec t)
51 * Converts timespec to miliseconds.
53 static inline long long tst_timespec_to_ms(struct timespec t)
101 * Converts ms to struct timespec
103 static inline struct timespec tst_ms_to_timespec(long long ms)
105 struct timespec ret;
114 * Converts us to struct timespec
    [all...]
  /bionic/libc/bionic/
clock_nanosleep.cpp 33 extern "C" int ___clock_nanosleep(clockid_t, int, const timespec*, timespec*);
35 int clock_nanosleep(clockid_t clock_id, int flags, const timespec* in, timespec* out) {
futimens.cpp 32 int futimens(int fd, const struct timespec times[2]) {
timespec_get.cpp 31 int timespec_get(timespec* ts, int base) {
  /bionic/libc/private/
bionic_time_conversions.h 40 __LIBC_HIDDEN__ bool timespec_from_timeval(timespec& ts, const timeval& tv);
41 __LIBC_HIDDEN__ void timespec_from_ms(timespec& ts, const int ms);
43 __LIBC_HIDDEN__ void timeval_from_timespec(timeval& tv, const timespec& ts);
45 __LIBC_HIDDEN__ void monotonic_time_from_realtime_time(timespec& monotonic_time,
46 const timespec& realtime_time);
50 static inline int check_timespec(const timespec* ts, bool null_allowed) {
54 // glibc just segfaults if you pass a null timespec.
66 static inline void absolute_timespec_from_timespec(timespec& abs_ts, const timespec& ts, clockid_t clock) {
bionic_vdso.h 46 extern "C" int __clock_gettime(int, timespec*);
47 extern "C" int __clock_getres(int, timespec*);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
helpers.h 15 int getBeforeTime(struct timespec *tpget)
25 int setBackTime(struct timespec tpset)
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
clock_gettime.c 8 struct timespec ts;
  /external/ltp/testcases/open_posix_testsuite/include/
timespec.h 11 * struct timespec values.
17 * Returns difference between two struct timespec values. If difference is
20 static long timespec_nsec_diff(struct timespec *t1, struct timespec *t2)
26 struct timespec *tmp;
  /bionic/libc/include/bits/
timespec.h 32 * @file bits/timespec.h
33 * @brief The `timespec` struct.
40 * This file is used to include timespec definition without introducing the whole
46 struct timespec { struct
  /device/generic/goldfish/network/netmgr/
timestamp.h 31 struct timespec mTime;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_timespec.h 44 struct timespec { struct
  /external/adhd/cras/src/server/
rate_estimator.h 39 struct timespec window_start_ts;
40 struct timespec window_size;
55 const struct timespec *window_size,
79 struct timespec *now);
  /external/adhd/cras/src/tests/
iodev_stub.h 13 void iodev_stub_frames_queued(cras_iodev* iodev, int ret, timespec ts);
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
47-1-buildonly.c 5 const struct timespec *restrict);
13 const struct timespec * restrict);
  /external/ltp/lib/
tst_clocks.c 29 int tst_clock_getres(clockid_t clk_id, struct timespec *res)
34 int tst_clock_gettime(clockid_t clk_id, struct timespec *ts)

Completed in 1093 milliseconds

1 2 3 4 5 6 7 8 91011>>