Searched refs:DNBTimer (Results 1 - 8 of 8) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBTimer.h1 //===-- DNBTimer.h ----------------------------------------------*- C++ -*-===//
23 class DNBTimer class
29 DNBTimer (bool threadSafe) : function in class:DNBTimer
37 DNBTimer (const DNBTimer& rhs) : function in class:DNBTimer
47 DNBTimer& operator= (const DNBTimer& rhs)
57 ~DNBTimer ()
157 // Classes that inherit from DNBTimer can see and modify these
H A DPThreadMutex.cpp20 #include "DNBTimer.h"
66 m_lock_time = DNBTimer::GetTimeOfDay();
71 fprintf(stdout, "::pthread_mutex_lock (%8.8p) succeeded after %6llu usecs (function %s in %s:%i)\n", m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, m_file, m_line);
80 fprintf(stdout, "::pthread_mutex_unlock (%8.8p) had lock for %6llu usecs in %s in %s:%i\n", m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, m_file, m_line);
H A DRNBSocket.h21 #include "DNBTimer.h"
64 DNBTimer& Timer() { return m_timer; }
81 DNBTimer m_timer;
H A DRNBContext.cpp118 DNBTimer::OffsetTimeOfDay(&timeout_abstime, 2, 0);
H A Ddebugserver.cpp30 #include "DNBTimer.h"
1326 DNBTimer::OffsetTimeOfDay(&attach_timeout_abstime, waitfor_duration, 0);
1382 DNBTimer::OffsetTimeOfDay(&attach_timeout_abstime, waitfor_duration, 0);
H A DRNBRemote.cpp527 static DNBTimer g_packetTimer(true);
555 static DNBTimer g_packetTimer(true);
730 DNBTimer::OffsetTimeOfDay(&timeout_abstime, 2, 0);
3179 DNBTimer::OffsetTimeOfDay(&attach_timeout_abstime, 30, 0);
H A DDNB.cpp35 #include "DNBTimer.h"
611 if (DNBTimer::TimeOfDayLaterThan(*timeout_abstime))
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp34 #include "DNBTimer.h"
500 DNBTimer::OffsetTimeOfDay(&sigstop_timeout, 2, 0);
1177 //DNBTimer::OffsetTimeOfDay(&timeout, 0, 250 * 1000); // Wait for 250 ms
1178 DNBTimer::OffsetTimeOfDay(&timeout, 1, 0); // Wait for 250 ms

Completed in 311 milliseconds