Home
last modified time | relevance | path

Searched defs:BelongsToCurrentThread (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dsingle_thread_task_runner.h28 bool BelongsToCurrentThread() const { return RunsTasksInCurrentSequence(); } in BelongsToCurrentThread() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dsingle_thread_task_runner.h31 bool BelongsToCurrentThread() const { return RunsTasksInCurrentSequence(); } in BelongsToCurrentThread() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/
Dsingle_thread_task_runner.h31 bool BelongsToCurrentThread() const { return RunsTasksInCurrentSequence(); } in BelongsToCurrentThread() function
/aosp_15_r20/external/cronet/base/task/
H A Dsingle_thread_task_runner.cc40 bool SingleThreadTaskRunner::BelongsToCurrentThread() const { in BelongsToCurrentThread() function in base::SingleThreadTaskRunner
/aosp_15_r20/external/cronet/base/android/task_scheduler/
H A Dtask_runner_android.cc84 bool TaskRunnerAndroid::BelongsToCurrentThread(JNIEnv* env) { in BelongsToCurrentThread() function in base::TaskRunnerAndroid
/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dtask_queue_impl.cc213 bool TaskQueueImpl::TaskRunner::BelongsToCurrentThread() const { in BelongsToCurrentThread() function in base::sequence_manager::internal::TaskQueueImpl::TaskRunner