timespec          363 base/files/file_path_watcher_kqueue.cc   struct timespec timeout = {0, 0};
timespec           66 base/files/file_posix.cc   timespec ts_times[2];
timespec          141 base/logging.cc   struct timespec ts;
timespec           32 base/os_compat_android.cc   struct timespec ts[2];
timespec           66 base/platform_file_posix.cc   timespec ts_times[2];
timespec          121 base/process/kill_mac.cc         const struct timespec remaining_timespec = remaining_delta.ToTimeSpec();
timespec          310 base/process/kill_posix.cc     struct timespec remaining_timespec;
timespec          311 base/process/kill_posix.cc     struct timespec* remaining_timespec_ptr;
timespec           64 base/synchronization/condition_variable_posix.cc   struct timespec relative_time;
timespec           78 base/synchronization/condition_variable_posix.cc   struct timespec absolute_time;
timespec           86 base/synchronization/condition_variable_posix.cc   struct timespec now;
timespec          177 base/threading/platform_thread_posix.cc   struct timespec sleep_time, remaining;
timespec          152 base/time/time.cc Time Time::FromTimeSpec(const timespec& ts) {
timespec          101 base/time/time.h   struct timespec ToTimeSpec() const;
timespec          304 base/time/time.h   static Time FromTimeSpec(const timespec& ts);
timespec           79 base/time/time_posix.cc   struct timespec ts;
timespec          100 base/time/time_posix.cc struct timespec TimeDelta::ToTimeSpec() const {
timespec          107 base/time/time_posix.cc   struct timespec result =
timespec          333 base/time/time_posix.cc   struct timespec ts;
timespec          730 base/time/time_unittest.cc   struct timespec result = TimeDelta::FromSeconds(0).ToTimeSpec();
timespec          848 chrome/browser/ui/gtk/gtk_util.cc   struct timespec ts;
timespec           18 components/nacl/loader/nonsfi/abi_conversion.cc                                struct timespec* host_timespec) {
timespec           23 components/nacl/loader/nonsfi/abi_conversion.cc void TimeSpecToNaClAbiTimeSpec(const struct timespec& host_timespec,
timespec            9 components/nacl/loader/nonsfi/abi_conversion.h struct timespec;
timespec           18 components/nacl/loader/nonsfi/abi_conversion.h                                struct timespec* host_timespec);
timespec           21 components/nacl/loader/nonsfi/abi_conversion.h void TimeSpecToNaClAbiTimeSpec(const struct timespec& host_timespec,
timespec           44 components/nacl/loader/nonsfi/irt_basic.cc   struct timespec host_req;
timespec           46 components/nacl/loader/nonsfi/irt_basic.cc   struct timespec host_rem;
timespec           90 components/nacl/loader/nonsfi/irt_basic.cc   reinterpret_cast<int(*)(const struct timespec*, struct timespec*)>(
timespec           43 components/nacl/loader/nonsfi/irt_clock.cc   struct timespec host_res;
timespec           58 components/nacl/loader/nonsfi/irt_clock.cc   struct timespec host_tp;
timespec           70 components/nacl/loader/nonsfi/irt_clock.cc   reinterpret_cast<int(*)(nacl_irt_clockid_t, struct timespec*)>(
timespec           72 components/nacl/loader/nonsfi/irt_clock.cc   reinterpret_cast<int(*)(nacl_irt_clockid_t, struct timespec*)>(
timespec           25 components/nacl/loader/nonsfi/irt_futex.cc                           const struct timespec& now,
timespec           26 components/nacl/loader/nonsfi/irt_futex.cc                           struct timespec* reltime) {
timespec           37 components/nacl/loader/nonsfi/irt_futex.cc   struct timespec timeout;
timespec           38 components/nacl/loader/nonsfi/irt_futex.cc   struct timespec* timeout_ptr = NULL;
timespec           42 components/nacl/loader/nonsfi/irt_futex.cc     struct timespec now;
timespec           71 components/nacl/loader/nonsfi/irt_futex.cc   reinterpret_cast<int(*)(volatile int*, int, const struct timespec*)>(
timespec          183 media/audio/cras/cras_input.cc                                   const timespec* sample_ts,
timespec          202 media/audio/cras/cras_input.cc                                 const timespec* sample_ts) {
timespec          205 media/audio/cras/cras_input.cc   timespec latency_ts = {0, 0};
timespec           51 media/audio/cras/cras_input.h                           const timespec* sample_ts,
timespec           62 media/audio/cras/cras_input.h   void ReadAudio(size_t frames, uint8* buffer, const timespec* sample_ts);
timespec          272 media/audio/cras/cras_unified.cc     const struct timespec& latency_ts) {
timespec          295 media/audio/cras/cras_unified.cc                                        const timespec* input_ts,
timespec          296 media/audio/cras/cras_unified.cc                                        const timespec* output_ts,
timespec          320 media/audio/cras/cras_unified.cc                                            const timespec* input_ts,
timespec          321 media/audio/cras/cras_unified.cc                                            const timespec* output_ts) {
timespec          342 media/audio/cras/cras_unified.cc                                          const timespec* input_ts,
timespec          343 media/audio/cras/cras_unified.cc                                          const timespec* output_ts) {
timespec          354 media/audio/cras/cras_unified.cc   timespec latency_ts  = {0, 0};
timespec          372 media/audio/cras/cras_unified.cc                                      const timespec* sample_ts) {
timespec          376 media/audio/cras/cras_unified.cc   timespec latency_ts  = {0, 0};
timespec           45 media/audio/cras/cras_unified.h   uint32 GetBytesLatency(const struct timespec& latency);
timespec           53 media/audio/cras/cras_unified.h                              const timespec* input_ts,
timespec           54 media/audio/cras/cras_unified.h                              const timespec* output_ts,
timespec           67 media/audio/cras/cras_unified.h                           const timespec* input_ts,
timespec           68 media/audio/cras/cras_unified.h                           const timespec* output_ts);
timespec           74 media/audio/cras/cras_unified.h                         const timespec* input_ts,
timespec           75 media/audio/cras/cras_unified.h                         const timespec* output_ts);
timespec           78 media/audio/cras/cras_unified.h   uint32 WriteAudio(size_t frames, uint8* buffer, const timespec* sample_ts);
timespec           75 media/cdm/ppapi/cdm_logging.cc   struct timespec ts;
timespec          250 mojo/public/c/system/tests/core_perftest.cc     struct timespec req = {
timespec           89 mojo/public/cpp/utility/tests/mutex_unittest.cc     struct timespec req = {
timespec           55 native_client_sdk/src/libraries/nacl_io/event_listener.cc static void AbsoluteFromDeltaMS(struct timespec* timeout, int ms_timeout) {
timespec           87 native_client_sdk/src/libraries/nacl_io/event_listener.cc   struct timespec timeout;
timespec          152 native_client_sdk/src/libraries/nacl_io/event_listener.cc   struct timespec timeout;
timespec          217 native_client_sdk/src/libraries/nacl_io/fuse.h   int (*utimens)(const char*, const struct timespec tv[2]);
timespec           16 native_client_sdk/src/libraries/nacl_io/ostime.h int clock_gettime(clockid_t clock_id, struct timespec *tp);
timespec           17 native_client_sdk/src/libraries/nacl_io/ostime.h int clock_settime(clockid_t clock_id, const struct timespec *tp);
timespec          180 native_client_sdk/src/libraries/third_party/newlib-extras/sys/signal.h   (const sigset_t *set, siginfo_t *info, const struct timespec  *timeout)
timespec          667 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h   DWORD ptw32_relmillisecs (const struct timespec * abstime);
timespec          678 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h   void ptw32_timespec_to_filetime (const struct timespec *ts, FILETIME * ft);
timespec          679 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h   void ptw32_filetime_to_timespec (const FILETIME * ft, struct timespec *ts);
timespec         1041 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                     const struct timespec *abstime);
timespec         1099 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                     const struct timespec *abstime);
timespec         1135 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                        const struct timespec *abstime);
timespec         1140 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                        const struct timespec *abstime);
timespec         1177 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_delay_np (struct timespec * interval);
timespec          355 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c 		      pthread_mutex_t * mutex, const struct timespec *abstime)
timespec          514 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c 			const struct timespec *abstime)
timespec           82 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_delay_np.c pthread_delay_np (struct timespec *interval)
timespec           42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_timedlock.c ptw32_timed_eventwait (HANDLE event, const struct timespec *abstime)
timespec          110 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_timedlock.c 			 const struct timespec *abstime)
timespec           44 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_timedrdlock.c 			    const struct timespec *abstime)
timespec           44 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_timedwrlock.c 			    const struct timespec *abstime)
timespec           48 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_relmillisecs.c ptw32_relmillisecs (const struct timespec * abstime)
timespec           56 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_relmillisecs.c   struct timespec currSysTime;
timespec           51 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_timespec.c ptw32_timespec_to_filetime (const struct timespec *ts, FILETIME * ft)
timespec           66 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_timespec.c ptw32_filetime_to_timespec (const FILETIME * ft, struct timespec *ts)
timespec           98 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_timedwait.c sem_timedwait (sem_t * sem, const struct timespec *abstime)
timespec          143 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h 				 const struct timespec * abstime);
timespec          129 native_client_sdk/src/tests/nacl_io_test/event_test.cc   struct timespec sleeptime = {0, 50 * 1000 * 1000};
timespec          446 sandbox/linux/seccomp-bpf/demo.cc   const struct timespec tmo = { 0, 100*1000*1000 };
timespec          134 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   const struct timespec ts = {0, 0};
timespec          199 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   const struct timespec ts = {0, 0};
timespec           86 sandbox/linux/services/thread_helpers.cc     struct timespec ts = {0, 1L << iterations /* nanoseconds */};
timespec         1046 third_party/libevent/evdns.c 	struct timespec ts;
timespec          127 third_party/libevent/event.c 	struct timespec	ts;
timespec          144 third_party/libevent/event.c 		struct timespec	ts;
timespec          305 third_party/libevent/evport.c 	struct timespec ts;
timespec          306 third_party/libevent/evport.c 	struct timespec *ts_p = NULL;
timespec          224 third_party/libevent/kqueue.c 	struct timespec ts, *ts_p = NULL;
timespec          312 third_party/libevent/kqueue.c 			struct timespec timeout = { 0, 0 };
timespec          385 third_party/libevent/kqueue.c 		struct timespec timeout = { 0, 0 };
timespec         1202 third_party/libusb/src/libusb/io.c 	struct timespec current_time;
timespec         1810 third_party/libusb/src/libusb/io.c 	struct timespec timeout;
timespec         1853 third_party/libusb/src/libusb/io.c 	struct timespec systime_ts;
timespec         2332 third_party/libusb/src/libusb/io.c 	struct timespec cur_ts;
timespec          965 third_party/libusb/src/libusb/libusbi.h 	int (*clock_gettime)(int clkid, struct timespec *tp);
timespec         1844 third_party/libusb/src/libusb/os/darwin_usb.c static int darwin_clock_gettime(int clk_id, struct timespec *tp) {
timespec          309 third_party/libusb/src/libusb/os/linux_usbfs.c 	struct timespec ts;
timespec         2540 third_party/libusb/src/libusb/os/linux_usbfs.c static int op_clock_gettime(int clk_id, struct timespec *tp)
timespec           79 third_party/libusb/src/libusb/os/openbsd_usb.c static int obsd_clock_gettime(int, struct timespec *);
timespec          592 third_party/libusb/src/libusb/os/openbsd_usb.c obsd_clock_gettime(int clkid, struct timespec *tp)
timespec          178 third_party/libusb/src/libusb/os/threads_windows.c 						const struct timespec *abstime) {
timespec          182 third_party/libusb/src/libusb/os/threads_windows.c 	struct timespec cur_time_ns;
timespec           81 third_party/libusb/src/libusb/os/threads_windows.h 						const struct timespec *abstime);
timespec           34 third_party/libusb/src/libusb/os/wince_usb.c static int wince_clock_gettime(int clk_id, struct timespec *tp);
timespec           47 third_party/libusb/src/libusb/os/wince_usb.c struct timespec timer_tp;
timespec          937 third_party/libusb/src/libusb/os/wince_usb.c static int wince_clock_gettime(int clk_id, struct timespec *tp)
timespec           47 third_party/libusb/src/libusb/os/windows_usb.c static int windows_clock_gettime(int clk_id, struct timespec *tp);
timespec          111 third_party/libusb/src/libusb/os/windows_usb.c struct timespec timer_tp;
timespec         2231 third_party/libusb/src/libusb/os/windows_usb.c static int windows_clock_gettime(int clk_id, struct timespec *tp)
timespec          282 third_party/npapi/npspy/extern/nspr/md/_pth.h 		struct timespec onemillisec = {0};		\
timespec          330 third_party/npapi/npspy/extern/nspr/md/_solaris.h extern int _pr_solx86_clock_gettime(clockid_t clock_id, struct timespec *tp);
timespec         29536 third_party/sqlite/amalgamation/sqlite3.c   struct timespec sp;
timespec         29580 third_party/sqlite/amalgamation/sqlite3.c   struct timespec sNow;
timespec         29976 third_party/sqlite/amalgamation/sqlite3.c extern int gethostuuid(uuid_t id, const struct timespec *wait);
timespec         29987 third_party/sqlite/amalgamation/sqlite3.c     static const struct timespec timeout = {1, 0}; /* 1 sec timeout */
timespec         30086 third_party/sqlite/amalgamation/sqlite3.c   struct timespec conchModTime;
timespec         5395 third_party/sqlite/src/src/os_unix.c   struct timespec sp;
timespec         5439 third_party/sqlite/src/src/os_unix.c   struct timespec sNow;
timespec         5835 third_party/sqlite/src/src/os_unix.c extern int gethostuuid(uuid_t id, const struct timespec *wait);
timespec         5846 third_party/sqlite/src/src/os_unix.c     static const struct timespec timeout = {1, 0}; /* 1 sec timeout */
timespec         5945 third_party/sqlite/src/src/os_unix.c   struct timespec conchModTime;
timespec           87 third_party/tcmalloc/chromium/src/base/spinlock_linux-inl.h     struct timespec tm;
timespec           50 third_party/tcmalloc/chromium/src/base/spinlock_posix-inl.h     struct timespec tm;
timespec          235 third_party/tcmalloc/chromium/src/base/sysinfo.cc   struct timespec sleep_time;
timespec         2308 third_party/tcmalloc/chromium/src/heap-checker.cc       const struct timespec sleep_time = { 0, 500000000 };  // 500 ms
timespec           88 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc   struct timespec delay = { 0, delay_ns };
timespec          430 third_party/tcmalloc/chromium/src/windows/port.h inline int nanosleep(const struct timespec *req, struct timespec *rem) {
timespec           76 third_party/tcmalloc/vendor/src/base/spinlock_linux-inl.h     struct timespec tm;
timespec           50 third_party/tcmalloc/vendor/src/base/spinlock_posix-inl.h     struct timespec tm;
timespec          220 third_party/tcmalloc/vendor/src/base/sysinfo.cc   struct timespec sleep_time;
timespec         2307 third_party/tcmalloc/vendor/src/heap-checker.cc       const struct timespec sleep_time = { 0, 500000000 };  // 500 ms
timespec           88 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc   struct timespec delay = { 0, delay_ns };
timespec          427 third_party/tcmalloc/vendor/src/windows/port.h inline int nanosleep(const struct timespec *req, struct timespec *rem) {
timespec           24 tools/xdisplaycheck/xdisplaycheck.cc   struct timespec sleep_time, remaining;
timespec           21 ui/base/gtk/event_synthesis_gtk.cc   struct timespec ts;
timespec           22 ui/base/test/ui_controls_gtk.cc   struct timespec ts;
timespec           65 ui/gl/sync_control_vsync_provider.cc   struct timespec real_time;
timespec           66 ui/gl/sync_control_vsync_provider.cc   struct timespec monotonic_time;