HomeSort by relevance Sort by last modified time
    Searched defs:timespec (Results 101 - 125 of 271) sorted by null

1 2 3 45 6 7 8 91011

  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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...]
  /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);
  /prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly_amd64.go 171 type timespec struct { type
176 func (ts *timespec) set_sec(x int64) {
defs_openbsd_386.go 130 type timespec struct { type
135 func (ts *timespec) set_sec(x int64) {
139 func (ts *timespec) set_nsec(x int32) {
defs_openbsd_amd64.go 140 type timespec struct { type
145 func (ts *timespec) set_sec(x int64) {
149 func (ts *timespec) set_nsec(x int32) {
defs_openbsd_arm.go 130 type timespec struct { type
135 func (ts *timespec) set_sec(x int64) {
139 func (ts *timespec) set_nsec(x int32) {
  /prebuilts/go/linux-x86/src/runtime/
defs_dragonfly_amd64.go 171 type timespec struct { type
176 func (ts *timespec) set_sec(x int64) {
defs_openbsd_386.go 130 type timespec struct { type
135 func (ts *timespec) set_sec(x int64) {
139 func (ts *timespec) set_nsec(x int32) {

Completed in 1033 milliseconds

1 2 3 45 6 7 8 91011