Home
last modified time | relevance | path

Searched refs:BelongsToCurrentThread (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/base/
Dthread_task_runner_handle.cc35 DCHECK(task_runner_->BelongsToCurrentThread()); in ThreadTaskRunnerHandle()
41 DCHECK(task_runner_->BelongsToCurrentThread()); in ~ThreadTaskRunnerHandle()
Dsingle_thread_task_runner.h28 bool BelongsToCurrentThread() const { in BelongsToCurrentThread() function
/external/libchrome/base/threading/
Dpost_task_and_reply_impl.cc37 DCHECK(origin_task_runner_->BelongsToCurrentThread()); in ~PostTaskAndReplyRelay()
51 DCHECK(origin_task_runner_->BelongsToCurrentThread()); in RunReplyAndSelfDestruct()
Dsequenced_worker_pool.cc1400 DCHECK(constructor_task_runner_->BelongsToCurrentThread()); in Shutdown()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc354 if (!task_runner()->BelongsToCurrentThread()) { in OnFilePathChanged()
480 if (!task_runner()->BelongsToCurrentThread()) { in Cancel()
489 DCHECK(task_runner()->BelongsToCurrentThread()); in CancelOnMessageLoopThread()
513 DCHECK(task_runner()->BelongsToCurrentThread()); in UpdateWatches()
Dfile_path_watcher_kqueue.cc366 if (!task_runner->BelongsToCurrentThread()) { in Cancel()
Dfile_path_watcher_unittest.cc78 ASSERT_TRUE(task_runner_->BelongsToCurrentThread()); in RecordChange()
/external/libchrome/base/memory/
Dref_counted_delete_on_message_loop.h63 if (task_runner_->BelongsToCurrentThread()) in DestructOnMessageLoop()
/external/libchrome/base/trace_event/
Dmemory_dump_manager.cc263 (*mdp_iter)->task_runner->BelongsToCurrentThread()) in UnregisterDumpProviderInternal()
394 if (!task_runner->BelongsToCurrentThread()) { in ContinueAsyncProcessDump()
464 if (!pmd_async_state->callback_task_runner->BelongsToCurrentThread()) { in FinalizeDumpAndAddToTrace()
/external/libchrome/base/message_loop/
Dmessage_loop_task_runner_unittest.cc260 ASSERT_TRUE(io_thread_->task_runner()->BelongsToCurrentThread()); in AssertOnIOThread()
265 ASSERT_TRUE(file_thread_->task_runner()->BelongsToCurrentThread()); in AssertOnFileThread()
Dmessage_loop.cc422 DCHECK(task_runner->BelongsToCurrentThread()); in SetTaskRunner()
/external/libchrome/base/timer/
Dtimer.cc167 DCHECK(GetTaskRunner()->BelongsToCurrentThread()); in PostNewScheduledTask()