| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | cordz_handle.cc | 31 SpinLockHolder lock(&queue_->mutex); in CordzHandle() 32 CordzHandle* dq_tail = queue_->dq_tail.load(std::memory_order_acquire); in CordzHandle() 37 queue_->dq_tail.store(this, std::memory_order_release); in CordzHandle() 46 SpinLockHolder lock(&queue_->mutex); in ~CordzHandle() 62 queue_->dq_tail.store(dq_prev_, std::memory_order_release); in ~CordzHandle() 72 return is_snapshot_ || queue_->IsEmpty(); in SafeToDelete() 79 Queue* const queue = handle->queue_; in Delete() 111 SpinLockHolder lock(&queue_->mutex); in DiagnosticsHandleIsSafeToInspect() 112 for (const CordzHandle* p = queue_->dq_tail; p; p = p->dq_prev_) { in DiagnosticsHandleIsSafeToInspect() 128 SpinLockHolder lock(&queue_->mutex); in DiagnosticsGetSafeToInspectDeletedHandles()
|
| D | cordz_handle.h | 107 ABSL_RAW_CHECK(queue_ == &global_queue_, "ODR violation in Cord"); in ODRCheck() 112 Queue* const queue_ = &global_queue_; variable
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| D | thread_pool.h | 48 queue_.push(nullptr); // Shutdown signal. in ~ThreadPool() 60 queue_.push(std::move(func)); in Schedule() 65 return !queue_.empty(); in WorkAvailable() 74 func = std::move(queue_.front()); in WorkLoop() 75 queue_.pop(); in WorkLoop() 85 std::queue<std::function<void()>> queue_ ABSL_GUARDED_BY(mu_);
|
| /third_party/flutter/engine/flutter/shell/common/ |
| D | pipeline.h | 141 std::tie(resource, trace_id) = std::move(queue_.front()); in Consume() 142 queue_.pop_front(); in Consume() 143 items_count = queue_.size(); in Consume() 165 std::deque<std::pair<ResourcePtr, size_t>> queue_; variable 170 queue_.emplace_back(std::move(resource), trace_id); in ProducerCommit() 180 queue_.emplace_front(std::move(resource), trace_id); in ProducerCommitFront() 181 while (queue_.size() > depth_) { in ProducerCommitFront() 182 queue_.pop_back(); in ProducerCommitFront()
|
| /third_party/flutter/engine/flutter/flow/ |
| D | skia_gpu_object.h | 60 : object_(std::move(object)), queue_(std::move(queue)) { in SkiaGPUObject() 61 FML_DCHECK(queue_ && object_); in SkiaGPUObject() 74 queue_->Unref(object_.release()); in reset() 76 queue_ = nullptr; in reset() 82 fml::RefPtr<SkiaUnrefQueue> queue_; variable
|
| /third_party/opencl-headers/ |
| D | README_zh.md | 54 queue_ = clCreateCommandQueueWithProperties(context_, device_id, 0, &err); 68 err = clEnqueueNDRangeKernel(queue_, kernel_, 2, NULL, global,local, 0, NULL, NULL); 70 clFinish(queue_); 72 err = clEnqueueReadBuffer(queue_, cl_errs, CL_TRUE, 0, pixmap.size(), errs, 0, NULL, NULL); 77 clReleaseCommandQueue(queue_);
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| D | GPUQueue.cpp | 30 : queue_(std::move(queue)), async_(std::move(async)) { in GPUQueue() 45 queue_.Submit(bufs_size, bufs.data()); in submit() 57 queue_.OnSubmittedWorkDone( in onSubmittedWorkDone() 94 queue_.WriteBuffer(buf, bufferOffset, src.data, src.size); in writeBuffer() 114 queue_.WriteTexture(&dst, src.data, src.size, &layout, &sz); in writeTexture()
|
| D | GPUQueue.h | 55 wgpu::Queue queue_;
|
| /third_party/cef/libcef/browser/ |
| D | browser_info.cc | 367 notification_state_lock_->queue_.push(std::move(pending_action)); in MaybeExecuteFrameNotification() 537 if (!queue_.empty()) { in ~NotificationStateLock() 545 while (!queue_.empty()) { in ~NotificationStateLock() 546 std::move(queue_.front()).Run(frame_handler_); in ~NotificationStateLock() 547 queue_.pop(); in ~NotificationStateLock()
|
| D | browser_info.h | 221 std::queue<FrameNotifyOnceAction> queue_; variable
|
| /third_party/flutter/engine/flutter/vulkan/ |
| D | vulkan_device.cc | 137 queue_ = queue; in VulkanDevice() 247 queue_ = queue; in VulkanDevice() 302 return queue_; in GetQueueHandle() 568 if (VK_CALL_LOG_ERROR(vk.QueueSubmit(queue_, 1, &submit_info, fence)) != in QueueSubmit()
|
| D | vulkan_device.h | 90 VulkanHandle<VkQueue> queue_; variable
|
| /third_party/node/src/ |
| D | node_http2.cc | 1715 CHECK(!stream->queue_.empty()); in OnSendData() 1717 NgHttp2StreamWrite& write = stream->queue_.front(); in OnSendData() 1722 stream->queue_.pop(); in OnSendData() 1944 tracker->TrackField("queue", queue_); in MemoryInfo() 2020 while (!queue_.empty()) { in Destroy() 2021 NgHttp2StreamWrite& head = queue_.front(); in Destroy() 2024 queue_.pop(); in Destroy() 2270 queue_.emplace(NgHttp2StreamWrite { in DoWrite() 2365 while (!stream->queue_.empty() && stream->queue_.front().buf.len == 0) { in OnRead() 2367 std::move(stream->queue_.front().req_wrap); in OnRead() [all …]
|
| D | node_http2.h | 499 std::queue<NgHttp2StreamWrite> queue_; variable
|
| /third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
| D | cl2.hpp | 9152 CommandQueue queue_; member in cl::EnqueueArgs 9163 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9172 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9181 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9190 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9199 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9208 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9217 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9227 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9237 queue_(CommandQueue::getDefault()), in EnqueueArgs() [all …]
|
| D | cl.hpp | 7211 CommandQueue queue_; member 7218 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7227 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7236 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7245 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7254 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7263 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7272 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7282 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7292 queue_(CommandQueue::getDefault()), in EnqueueArgs() [all …]
|
| /third_party/mesa3d/include/CL/ |
| D | cl2.hpp | 9769 CommandQueue queue_; 9780 queue_(CommandQueue::getDefault()), 9789 queue_(CommandQueue::getDefault()), 9798 queue_(CommandQueue::getDefault()), 9807 queue_(CommandQueue::getDefault()), 9816 queue_(CommandQueue::getDefault()), 9825 queue_(CommandQueue::getDefault()), 9834 queue_(CommandQueue::getDefault()), 9844 queue_(CommandQueue::getDefault()), 9854 queue_(CommandQueue::getDefault()), [all …]
|
| D | cl.hpp | 7221 CommandQueue queue_; member 7228 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7237 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7246 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7255 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7264 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7273 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7282 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7292 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7302 queue_(CommandQueue::getDefault()), in EnqueueArgs() [all …]
|
| /third_party/cef/patch/patches/ |
| D | print_preview_123.patch | 80 std::move(callback_wrapper), queue_,
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_structs.hpp | 29525 …VULKAN_HPP_CONSTEXPR ExportMetalCommandQueueInfoEXT( VULKAN_HPP_NAMESPACE::Queue queue_ … in ExportMetalCommandQueueInfoEXT() 29529 , queue( queue_ ) 29557 …4 ExportMetalCommandQueueInfoEXT & setQueue( VULKAN_HPP_NAMESPACE::Queue queue_ ) VULKAN_HPP_NOEXC… in setQueue() 29559 queue = queue_; in setQueue()
|