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

  /art/runtime/
monitor_android.cc 52 void Monitor::LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,
77 cp = EventLogWriteInt(cp, wait_ms);
monitor.cc 224 uint64_t wait_ms = (waitEnd - waitStart) / 1000; local
226 if (wait_ms >= wait_threshold) {
229 sample_percent = 100 * wait_ms / wait_threshold;
236 LogContentionEvent(self, wait_ms, sample_percent, current_locking_filename, current_locking_line_number);
    [all...]
monitor.h 117 void LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,
  /external/chromium_org/ppapi/tests/
test_utils.cc 202 void NestedEvent::PostSignal(int32_t wait_ms) {
204 wait_ms,
test_utils.h 72 // Signal the NestedEvent in |wait_ms| milliseconds. This can be called from
74 void PostSignal(int32_t wait_ms);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoengine_unittest.h 551 bool WaitAndSendFrame(int wait_ms) {
552 bool ret = talk_base::Thread::Current()->ProcessMessages(wait_ms);
    [all...]

Completed in 87 milliseconds