Home
last modified time | relevance | path

Searched refs:current_fence (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dtask_queue_impl.cc319 (!IsQueueEnabled() || main_thread_only().current_fence); in PushOntoImmediateIncomingQueueLocked()
351 DCHECK(!main_thread_only().current_fence); in ReloadEmptyImmediateQueue()
352 main_thread_only().current_fence = task.enqueue_order(); in ReloadEmptyImmediateQueue()
356 main_thread_only().current_fence); in ReloadEmptyImmediateQueue()
358 main_thread_only().current_fence); in ReloadEmptyImmediateQueue()
445 if (IsQueueEnabled() || !main_thread_only().current_fence) { in WakeUpForDelayedWork()
526 if (main_thread_only().current_fence) in AsValueInto()
527 state->SetInteger("current_fence", main_thread_only().current_fence); in AsValueInto()
631 EnqueueOrder previous_fence = main_thread_only().current_fence; in InsertFence()
632 EnqueueOrder current_fence = in InsertFence() local
[all …]
Dtask_queue_impl.h359 EnqueueOrder current_fence; member