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

  /external/chromium/base/
time_win.cc 155 static PlatformThreadId my_thread = PlatformThread::CurrentId(); local
156 DCHECK(PlatformThread::CurrentId() == my_thread);
  /external/chromium_org/base/time/
time_win.cc 169 static PlatformThreadId my_thread = PlatformThread::CurrentId(); local
170 DCHECK(PlatformThread::CurrentId() == my_thread);

Completed in 60 milliseconds