HomeSort by relevance Sort by last modified time
    Searched refs:GetTimeOfDay (Results 1 - 2 of 2) sorted by null

  /external/lldb/tools/debugserver/source/
PThreadMutex.cpp 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);
DNBTimer.h 73 gettimeofday (&m_timeval, NULL);
101 gettimeofday (&now, NULL);
111 static uint64_t GetTimeOfDay()
114 gettimeofday (&now, NULL);
125 gettimeofday (&now, NULL);

Completed in 1335 milliseconds