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

1 2 3 4

  /bionic/libc/include/bits/
timespec.h 36 * This file is used to include timespec definition without introducing the whole
41 struct timespec { struct
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_timespec.h 44 struct timespec { struct
  /prebuilts/go/darwin-x86/src/runtime/
defs_nacl_386.go 11 type timespec struct { type
defs_nacl_amd64p32.go 11 type timespec struct { type
defs_nacl_arm.go 11 type timespec struct { type
defs_dragonfly_amd64.go 172 type timespec struct { type
177 func (ts *timespec) set_sec(x int64) {
defs_openbsd_386.go 131 type timespec struct { type
136 func (ts *timespec) set_sec(x int64) {
140 func (ts *timespec) set_nsec(x int32) {
defs_openbsd_amd64.go 141 type timespec struct { type
146 func (ts *timespec) set_sec(x int64) {
150 func (ts *timespec) set_nsec(x int32) {
defs_openbsd_arm.go 131 type timespec struct { type
136 func (ts *timespec) set_sec(x int64) {
140 func (ts *timespec) set_nsec(x int32) {
  /prebuilts/go/linux-x86/src/runtime/
defs_nacl_386.go 11 type timespec struct { type
defs_nacl_amd64p32.go 11 type timespec struct { type
defs_nacl_arm.go 11 type timespec struct { type
defs_dragonfly_amd64.go 172 type timespec struct { type
177 func (ts *timespec) set_sec(x int64) {
  /external/libusb/libusb/os/
threads_windows.h 36 // We *were* getting timespec from pthread.h:
40 struct timespec { struct
  /external/libvncserver/compat/msvc/sys/
time.h 14 struct timespec { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
global.h 31 /* for timeval and timespec */
142 struct timespec { struct
151 typedef struct timespec snd_htimestamp_t;
  /hardware/interfaces/keymaster/4.0/vts/functional/
VerificationTokenTest.cpp 49 struct timespec timespec; local
50 EXPECT_EQ(0, clock_gettime(CLOCK_BOOTTIME, &timespec));
51 return timespec.tv_sec * 1000 + timespec.tv_nsec / 1000000;
55 struct timespec sleep_time = {static_cast<time_t>(milliseconds / 1000),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
timeb.h 90 struct timespec { struct
96 struct timespec it_interval; /* Timer period */
97 struct timespec it_value; /* Timer expiration */
types.h 89 struct timespec { struct
95 struct timespec it_interval; /* Timer period */
96 struct timespec it_value; /* Timer expiration */
  /bionic/libc/kernel/uapi/linux/
time.h 24 struct timespec { struct
41 struct timespec it_interval;
42 struct timespec it_value;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
time.h 63 struct timespec { struct
154 struct timespec it_interval;
155 struct timespec it_value;
  /external/kernel-headers/original/uapi/linux/
time.h 10 struct timespec { struct
36 struct timespec it_interval; /* timer period */
37 struct timespec it_value; /* timer expiration */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
time.h 9 struct timespec { struct
43 struct timespec it_interval; /* timer period */
44 struct timespec it_value; /* timer expiration */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
time.h 120 struct timespec struct
126 #endif /* timespec not defined and <time.h> or need timespec. */
163 struct timespec it_interval;
164 struct timespec it_value;
328 extern int nanosleep (__const struct timespec *__requested_time,
329 struct timespec *__remaining);
333 extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __THROW;
336 extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW;
339 extern int clock_settime (clockid_t __clock_id, __const struct timespec *__tp
    [all...]
  /external/dng_sdk/source/
dng_pthread.h 56 // Use the standard "timespec" struct as "dng_timespec" for VS2015 and above
57 // from <time.h>. Define "dng_timespec" as "timespec" otherwise.
60 #define dng_timespec timespec
66 #define timespec dng_timespec macro
257 int dng_pthread_now (struct timespec *now);

Completed in 482 milliseconds

1 2 3 4