Searched refs:isCurrentThread (Results 1 – 14 of 14) sorted by relevance
41 CHECK(isCurrentThread()); in addTaskObserver()50 CHECK(isCurrentThread()); in removeTaskObserver()77 CHECK(isCurrentThread()); in enterRunLoop()83 CHECK(isCurrentThread()); in exitRunLoop()88 bool WebThreadImpl::isCurrentThread() const { in isCurrentThread() function in mojo::examples::WebThreadImpl114 CHECK(isCurrentThread()); in enterRunLoop()121 CHECK(isCurrentThread()); in exitRunLoop()126 bool WebThreadImplForMessageLoop::isCurrentThread() const { in isCurrentThread() function in mojo::examples::WebThreadImplForMessageLoop
24 virtual bool isCurrentThread() const = 0;49 virtual bool isCurrentThread() const;68 virtual bool isCurrentThread() const;
40 CHECK(isCurrentThread()); in addTaskObserver()49 CHECK(isCurrentThread()); in removeTaskObserver()76 CHECK(isCurrentThread()); in enterRunLoop()82 CHECK(isCurrentThread()); in exitRunLoop()87 bool WebThreadImpl::isCurrentThread() const { in isCurrentThread() function in content::WebThreadImpl113 CHECK(isCurrentThread()); in enterRunLoop()120 CHECK(isCurrentThread()); in exitRunLoop()125 bool WebThreadImplForMessageLoop::isCurrentThread() const { in isCurrentThread() function in content::WebThreadImplForMessageLoop
24 virtual bool isCurrentThread() const = 0;49 virtual bool isCurrentThread() const OVERRIDE;68 virtual bool isCurrentThread() const OVERRIDE;
198 DCHECK(background_thread_.isCurrentThread()); in StopOnBackgroundThread()225 DCHECK(background_thread_.isCurrentThread()); in OnResourceMessageFilterAddedBackgroundThread()243 DCHECK(background_thread_.isCurrentThread()); in OnReceivedDataOnBackgroundThread()279 DCHECK(background_thread_.isCurrentThread()); in ForwardAndACKData()
57 virtual bool isCurrentThread() const = 0;
180 ASSERT(m_context->thread()->isCurrentThread()); in run()242 ASSERT(m_context->thread()->isCurrentThread()); in runCleanupTasks()
64 bool isCurrentThread() const;
98 …orkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->thread()->isCurrentThread())); in WorkerMessagingProxy()105 …orkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->thread()->isCurrentThread())); in ~WorkerMessagingProxy()
212 ASSERT(thread()->isCurrentThread()); in dispose()308 return thread()->isCurrentThread(); in isContextThread()
244 bool WorkerThread::isCurrentThread() const in isCurrentThread() function in WebCore::WorkerThread
70 bool isDatabaseThread() { return m_thread && m_thread->isCurrentThread(); } in isDatabaseThread()
104 ASSERT(worker->thread()->isCurrentThread()); in execute()
88 ASSERT(backgroundThread() && backgroundThread()->isCurrentThread()); in acceptData()