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

  /external/chromium_org/content/child/
webthread_impl.cc 40 CHECK(isCurrentThread());
49 CHECK(isCurrentThread());
76 CHECK(isCurrentThread());
82 CHECK(isCurrentThread());
87 bool WebThreadImpl::isCurrentThread() const {
113 CHECK(isCurrentThread());
120 CHECK(isCurrentThread());
125 bool WebThreadImplForMessageLoop::isCurrentThread() const {
  /external/chromium_org/mojo/examples/html_viewer/
webthread_impl.cc 41 CHECK(isCurrentThread());
50 CHECK(isCurrentThread());
77 CHECK(isCurrentThread());
83 CHECK(isCurrentThread());
88 bool WebThreadImpl::isCurrentThread() const {
114 CHECK(isCurrentThread());
121 CHECK(isCurrentThread());
126 bool WebThreadImplForMessageLoop::isCurrentThread() const {
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp 244 bool WorkerThread::isCurrentThread() const
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 50 bool isCurrentThread() const {
152 if (!runningLocally && !thread->isCurrentThread()) {
  /frameworks/base/core/java/android/os/
Looper.java 195 public boolean isCurrentThread() {

Completed in 118 milliseconds