Searched refs:time_started (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | httpserver.py | 659 time_started, info = self.worker_tracker.get(worker.thread_id, 661 if time_started is not None: 662 if now - time_started < self.hung_thread_limit: 701 time_started, info = self.worker_tracker.get(worker.thread_id, 703 if time_started is not None: 704 if now - time_started > self.hung_thread_limit: 781 time_started, info = self.worker_tracker.get(worker.thread_id, 783 if time_started is None: 788 max_time = max(max_time, now-time_started) 789 total_time += now-time_started [all …]
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/ |
D | watchthreads.py | 212 for thread_id, (time_started, worker_environ) in workers: 220 thread.time_html = format_time(now-time_started)
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs.h | 148 __u64 time_started; /* out, seconds since 1-Jan-1970 */ member
|