Home
last modified time | relevance | path

Searched refs:other_queue (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dwork_queue.cc215 bool WorkQueue::ShouldRunBefore(const WorkQueue* other_queue) const { in ShouldRunBefore()
217 DCHECK(!other_queue->tasks_.empty()); in ShouldRunBefore()
222 other_queue->GetFrontTaskEnqueueOrder(&other_enqueue_order); in ShouldRunBefore()
Dwork_queue.h106 bool ShouldRunBefore(const WorkQueue* other_queue) const;
/external/webrtc/test/time_controller/
Dexternal_time_controller_unittest.cc153 rtc::TaskQueue other_queue( in TEST() local
159 other_queue.PostTask([&] { event.Set(); }); in TEST()
/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp805 VkQueue other_queue; in TEST_F() local
806 vkGetDeviceQueue(m_device->device(), other_queue_family, 0, &other_queue); in TEST_F()
821 vkQueueSubmit(other_queue, 1, &submit_info, VK_NULL_HANDLE); in TEST_F()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2800 auto other_queue = GetQueueState(wait.queue); in VerifyQueueStateToSeq() local
2802 … if (other_queue == queue) continue; // semaphores /always/ point backwards, so no point here. in VerifyQueueStateToSeq()
2804 auto other_target_seq = std::max(target_seqs[other_queue], wait.seq); in VerifyQueueStateToSeq()
2805 auto other_done_seq = std::max(done_seqs[other_queue], other_queue->seq); in VerifyQueueStateToSeq()
2811 target_seqs[other_queue] = other_target_seq; in VerifyQueueStateToSeq()
2812 worklist.push_back(other_queue); in VerifyQueueStateToSeq()