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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ui/gl/
sync_control_vsync_provider.cc 65 struct timespec real_time;
66 struct timespec monotonic_time;
  /external/chromium_org/v8/src/base/platform/
time.cc 124 TimeDelta TimeDelta::FromTimespec(struct timespec ts) {
133 struct timespec TimeDelta::ToTimespec() const {
134 struct timespec ts;
267 Time Time::FromTimespec(struct timespec ts) {
282 struct timespec Time::ToTimespec() const {
283 struct timespec ts;
559 struct timespec ts;
600 struct timespec ts;
  /external/eigen/bench/
BenchTimer.h 128 timespec ts;
143 timespec ts;
  /bionic/libc/kernel/uapi/sound/
asound.h 392 struct timespec trigger_tstamp;
394 struct timespec tstamp;
405 struct timespec audio_tstamp;
406 unsigned char reserved[56-sizeof(struct timespec)];
414 struct timespec tstamp;
416 struct timespec audio_tstamp;
589 struct timespec tstamp;
701 struct timespec tstamp;
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 404 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */
405 struct timespec tstamp; /* reference timestamp */
414 struct timespec audio_tstamp; /* from sample counter or wall clock */
415 unsigned char reserved[56-sizeof(struct timespec)]; /* must be filled with zero */
422 struct timespec tstamp; /* Timestamp */
424 struct timespec audio_tstamp; /* from sample counter or wall clock */
591 struct timespec tstamp; /* Timestamp */
703 struct timespec tstamp; /* Timestamp - last update */
    [all...]
  /bionic/libc/include/sys/
select.h 69 extern int pselect(int, fd_set*, fd_set*, fd_set*, const struct timespec*, const sigset_t*);
  /development/ndk/platforms/android-L/include/sys/
select.h 68 extern int pselect(int, fd_set*, fd_set*, fd_set*, const struct timespec*, const sigset_t*);
  /device/htc/flounder/sensor_hub/libsensors/
SensorBase.cpp 110 struct timespec t;
  /external/bison/lib/
sys_stat.in.h 42 /* Get struct timespec. */
396 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
397 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
400 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]));
402 _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2]));
701 struct timespec const times[2], int flag)
704 struct timespec const times[2], int flag));
708 struct timespec const times[2], int flag)
712 struct timespec const times[2], int flag));
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_delay_np.c 55 * The timespec structure contains the following two fields:
74 * struct timespec tsWait;
82 pthread_delay_np (struct timespec *interval)
pthread_rwlock_timedwrlock.c 44 const struct timespec *abstime)
  /external/chromium_org/sandbox/linux/services/
thread_helpers.cc 86 struct timespec ts = {0, 1L << iterations /* nanoseconds */};
  /external/chromium_org/third_party/sfntly/cpp/src/test/
platform_thread.cc 86 struct timespec sleep_time, remaining;
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock_linux-inl.h 65 // ARM linux doesn't support sys_futex1(void*, int, int, struct timespec*);
87 struct timespec tm;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock_linux-inl.h 54 // ARM linux doesn't support sys_futex1(void*, int, int, struct timespec*);
76 struct timespec tm;
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
tick_util.cc 62 struct timespec ts;
  /external/chromium_org/tools/cygprofile/
cygprofile.h 69 const timespec time;
  /external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
gesture_timer_provider.cc 31 struct timespec ts;
  /external/fio/engines/
skeleton_external.c 41 unsigned int max, struct timespec *t)
  /external/libcxx/src/
condition_variable.cpp 56 timespec ts;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.cpp 104 struct timespec absoluteTime;
  /external/lldb/source/Utility/
KQueue.cpp 47 const struct timespec *timeout_ptr = timeout.SetRelativeTimeoutMircoSeconds32 (timeout_usec);
  /external/lldb/tools/debugserver/source/
DNB.h 46 nub_process_t DNBProcessAttach (nub_process_t pid, struct timespec *timeout, char *err_str, size_t err_len) DNB_EXPORT;
47 nub_process_t DNBProcessAttachByName (const char *name, struct timespec *timeout, char *err_str, size_t err_len) DNB_EXPORT;
48 nub_process_t DNBProcessAttachWait (const char *wait_name, nub_launch_flavor_t launch_flavor, bool ignore_existing, struct timespec *timeout, useconds_t interval, char *err_str, size_t err_len, DNBShouldCancelCallback should_cancel = NULL, void *callback_data = NULL) DNB_EXPORT;
105 nub_event_t DNBProcessWaitForEvents (nub_process_t pid, nub_event_t event_mask, bool wait_for_set, struct timespec* timeout) DNB_EXPORT;
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 171 PTHREAD_WRAPPER(pthread_mutex_timedlock, (pthread_mutex_t *mutex, struct timespec *ts),
198 const struct timespec *abstime), (cond, mutex, abstime),
202 pthread_mutex_t *mutex, const struct timespec *abstime),
206 *mutex, const struct timespec *abstime),
210 const struct timespec *reltime), (cond, mutex, reltime),
236 const struct timespec *abs_timeout),
244 const struct timespec *abs_timeout), (rwlock, abs_timeout),
  /bionic/libc/kernel/uapi/linux/
coda.h 46 struct timespec { struct
71 struct timespec { struct
162 struct timespec va_atime;
164 struct timespec va_mtime;
165 struct timespec va_ctime;

Completed in 1435 milliseconds

1 2 3 45 6 7 8 91011>>