Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Duser_metrics.cc37 if (!g_task_runner.Get()->BelongsToCurrentThread()) { in RecordComputedAction()
51 DCHECK(g_task_runner.Get()->BelongsToCurrentThread()); in AddActionCallback()
57 DCHECK(g_task_runner.Get()->BelongsToCurrentThread()); in RemoveActionCallback()
69 DCHECK(task_runner->BelongsToCurrentThread()); in SetRecordActionTaskRunner()
70 DCHECK(!g_task_runner.Get() || g_task_runner.Get()->BelongsToCurrentThread()); in SetRecordActionTaskRunner()
/external/v4l2_codec2/vda/
Dv4l2_slice_video_decode_accelerator.cc453 DCHECK(child_task_runner_->BelongsToCurrentThread()); in ~V4L2SliceVideoDecodeAccelerator()
462 if (!child_task_runner_->BelongsToCurrentThread()) { in NotifyError()
478 DCHECK(child_task_runner_->BelongsToCurrentThread()); in Initialize()
563 DCHECK(decoder_thread_task_runner_->BelongsToCurrentThread()); in InitializeTask()
576 DCHECK(child_task_runner_->BelongsToCurrentThread()); in Destroy()
593 DCHECK(decoder_thread_task_runner_->BelongsToCurrentThread()); in DestroyTask()
695 DCHECK(decoder_thread_task_runner_->BelongsToCurrentThread()); in CreateInputBuffers()
742 DCHECK(decoder_thread_task_runner_->BelongsToCurrentThread()); in CreateOutputBuffers()
809 DCHECK(decoder_thread_task_runner_->BelongsToCurrentThread() || in DestroyInputBuffers()
836 DCHECK(child_task_runner_->BelongsToCurrentThread()); in DismissPictures()
[all …]
/external/libmojo/mojo/public/cpp/bindings/lib/
Dmultiplex_router.cc74 DCHECK(runner->BelongsToCurrentThread()); in AttachClient()
85 DCHECK(task_runner_->BelongsToCurrentThread()); in DetachClient()
112 DCHECK(task_runner_->BelongsToCurrentThread()); in SendMessage()
118 DCHECK(task_runner_->BelongsToCurrentThread()); in AllowWokenUpBySyncWatchOnSameThread()
125 DCHECK(task_runner_->BelongsToCurrentThread()); in SyncWatch()
144 DCHECK(task_runner_->BelongsToCurrentThread()); in OnHandleReady()
173 DCHECK(task_runner_->BelongsToCurrentThread()); in EnsureSyncWatcherExists()
442 if (task_runner_->BelongsToCurrentThread()) { in RaiseError()
665 DCHECK(!current_task_runner || current_task_runner->BelongsToCurrentThread()); in ProcessNotifyErrorTask()
677 DCHECK(endpoint->task_runner()->BelongsToCurrentThread()); in ProcessNotifyErrorTask()
[all …]
/external/libchrome/base/threading/
Dthread_task_runner_handle.cc38 DCHECK(task_runner_->BelongsToCurrentThread()); in ThreadTaskRunnerHandle()
46 DCHECK(task_runner_->BelongsToCurrentThread()); in ~ThreadTaskRunnerHandle()
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/libmojo/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc122 if (loop_.task_runner()->BelongsToCurrentThread()) { in QuitRunLoop()
236 CHECK(sender_thread_.task_runner()->BelongsToCurrentThread()); in SetUp()
244 CHECK(sender_thread_.task_runner()->BelongsToCurrentThread()); in Send()
257 CHECK(sender_thread_.task_runner()->BelongsToCurrentThread()); in TearDown()
282 CHECK(receiver_thread_.task_runner()->BelongsToCurrentThread()); in SetUp()
296 CHECK(receiver_thread_.task_runner()->BelongsToCurrentThread()); in TearDown()
Dsync_method_unittest.cc213 CHECK(thread_.task_runner()->BelongsToCurrentThread()); in SetUp()
226 CHECK(thread_.task_runner()->BelongsToCurrentThread()); in TearDown()
/external/libchrome/base/
Dsingle_thread_task_runner.h28 bool BelongsToCurrentThread() const { in BelongsToCurrentThread() function
/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.h61 if (task_runner_->BelongsToCurrentThread()) in DestructOnMessageLoop()
/external/libchrome/base/message_loop/
Dmessage_loop_task_runner_unittest.cc268 ASSERT_TRUE(io_thread_->task_runner()->BelongsToCurrentThread()); in AssertOnIOThread()
273 ASSERT_TRUE(file_thread_->task_runner()->BelongsToCurrentThread()); in AssertOnFileThread()
Dmessage_loop.cc440 DCHECK(task_runner->BelongsToCurrentThread()); in SetTaskRunner()
/external/libmojo/mojo/public/cpp/system/
Dwatcher.cc54 DCHECK(task_runner_->BelongsToCurrentThread()); in Watcher()
/external/libchrome/base/timer/
Dtimer.cc167 DCHECK(GetTaskRunner()->BelongsToCurrentThread()); in PostNewScheduledTask()
/external/libmojo/mojo/message_pump/
Dhandle_watcher.cc280 DCHECK(thread_.task_runner()->BelongsToCurrentThread()); in ProcessRequestsOnBackendThread()
/external/libchrome/base/trace_event/
Dmemory_dump_manager.cc596 if (!pmd_async_state->callback_task_runner->BelongsToCurrentThread()) { in FinalizeDumpAndAddToTrace()