/third_party/skia/src/gpu/ |
D | GrDDLTask.cpp | 23 for (auto& task : fDDL->priv().renderTasks()) { in GrDDLTask() local 38 for (auto& task : fDDL->priv().renderTasks()) { in endFlush() local 46 for (auto& task : fDDL->priv().renderTasks()) { in disown() local 58 for (auto& task : fDDL->priv().renderTasks()) { in onIsUsed() local 72 for (auto& task : fDDL->priv().renderTasks()) { in gatherProxyIntervals() local 84 for (auto& task : fDDL->priv().renderTasks()) { in gatherIDs() local 90 for (auto& task : fDDL->priv().renderTasks()) { in onPrepare() local 97 for (auto& task : fDDL->priv().renderTasks()) { in onExecute() local 126 for (auto& task : fDDL->priv().renderTasks()) { in dump() local
|
D | GrDrawingManager.cpp | 120 bool used = std::any_of(fDAG.begin(), fDAG.end(), [&](auto& task) { in flush() 170 for (const auto& task : fDAG) { in flush() local 225 for (const auto& task : fDAG) { in flush() local 349 for (const auto& task : fDAG) { in removeRenderTasks() local 429 sk_sp<GrRenderTask>& task = fDAG[i]; in reorderTasks() local 448 for (auto& task : fDAG) { in closeAllTasks() local 455 GrRenderTask* GrDrawingManager::insertTaskBeforeLast(sk_sp<GrRenderTask> task) { in insertTaskBeforeLast() 470 GrRenderTask* GrDrawingManager::appendTask(sk_sp<GrRenderTask> task) { in appendTask() 559 void GrDrawingManager::setLastRenderTask(const GrSurfaceProxy* proxy, GrRenderTask* task) { in setLastRenderTask() 579 GrRenderTask* task = this->getLastRenderTask(proxy); in getLastOpsTask() local [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttask.c | 239 gst_task_init (GstTask * task) in gst_task_init() 263 GstTask *task = GST_TASK (object); in gst_task_finalize() local 288 gst_task_configure_name (GstTask * task) in gst_task_configure_name() 329 gst_task_func (GstTask * task) in gst_task_func() 478 GstTask *task; in gst_task_new() local 509 gst_task_set_lock (GstTask * task, GRecMutex * mutex) in gst_task_set_lock() 543 gst_task_get_pool (GstTask * task) in gst_task_get_pool() 570 gst_task_set_pool (GstTask * task, GstTaskPool * pool) in gst_task_set_pool() 604 gst_task_set_enter_callback (GstTask * task, GstTaskThreadFunc enter_func, in gst_task_set_enter_callback() 642 gst_task_set_leave_callback (GstTask * task, GstTaskThreadFunc leave_func, in gst_task_set_leave_callback() [all …]
|
D | gsttask.h | 42 #define GST_TASK(task) (G_TYPE_CHECK_INSTANCE_CAST ((task), GST_TYPE_TASK, GstTask… argument 43 #define GST_IS_TASK(task) (G_TYPE_CHECK_INSTANCE_TYPE ((task), GST_TYPE_TASK)) argument 46 #define GST_TASK_GET_CLASS(task) (G_TYPE_INSTANCE_GET_CLASS ((task), GST_TYPE_TASK, GstTaskC… argument 47 #define GST_TASK_CAST(task) ((GstTask*)(task)) argument 73 #define GST_TASK_STATE(task) (GST_TASK_CAST(task)->state) argument 81 #define GST_TASK_GET_COND(task) (&GST_TASK_CAST(task)->cond) argument 88 #define GST_TASK_WAIT(task) g_cond_wait(GST_TASK_GET_COND (task), GST_OBJECT_GET_LOCK (… argument 95 #define GST_TASK_SIGNAL(task) g_cond_signal(GST_TASK_GET_COND (task)) argument 102 #define GST_TASK_BROADCAST(task) g_cond_broadcast(GST_TASK_GET_COND (task)) argument 110 #define GST_TASK_GET_LOCK(task) (GST_TASK_CAST(task)->lock) argument
|
/third_party/libwebsockets/lib/misc/threadpool/ |
D | threadpool.c | 75 struct lws_threadpool_task *task; member 125 __lws_threadpool_task_dump(struct lws_threadpool_task *task, char *buf, int len) in __lws_threadpool_task_dump() 237 state_transition(struct lws_threadpool_task *task, in state_transition() 245 task_to_wsi(struct lws_threadpool_task *task) in task_to_wsi() 255 lws_threadpool_task_cleanup_destroy(struct lws_threadpool_task *task) in lws_threadpool_task_cleanup_destroy() 269 __lws_threadpool_reap(struct lws_threadpool_task *task) in __lws_threadpool_reap() 319 struct lws_threadpool_task **c, *task = NULL; in lws_threadpool_tsi_context() local 393 struct lws_threadpool_task *task) in lws_threadpool_worker_sync() 493 struct lws_threadpool_task **c, **c2, *task; in lws_threadpool_worker() local 744 struct lws_threadpool_task **c, *task; in lws_threadpool_finish() local [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcsctptransport.c | 58 struct task struct 67 _execute_task (GstWebRTCBin * webrtc, struct task *task) in _execute_task() 75 _free_task (struct task *task) in _free_task() 88 struct task *task = g_new0 (struct task, 1); in _sctp_enqueue_task() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast.c | 95 lp_rast_tile_begin(struct lp_rasterizer_task *task, in lp_rast_tile_begin() 135 lp_rast_clear_color(struct lp_rasterizer_task *task, in lp_rast_clear_color() 183 lp_rast_clear_zstencil(struct lp_rasterizer_task *task, in lp_rast_clear_zstencil() 298 lp_rast_shade_tile(struct lp_rasterizer_task *task, in lp_rast_shade_tile() 390 lp_rast_shade_tile_opaque(struct lp_rasterizer_task *task, in lp_rast_shade_tile_opaque() 411 lp_rast_shade_quads_mask_sample(struct lp_rasterizer_task *task, in lp_rast_shade_quads_mask_sample() 492 lp_rast_shade_quads_mask(struct lp_rasterizer_task *task, in lp_rast_shade_quads_mask() 509 lp_rast_blit_tile_to_dest(struct lp_rasterizer_task *task, in lp_rast_blit_tile_to_dest() 609 lp_rast_blit_tile(struct lp_rasterizer_task *task, in lp_rast_blit_tile() 624 lp_rast_begin_query(struct lp_rasterizer_task *task, in lp_rast_begin_query() [all …]
|
D | lp_rast_linear.c | 46 lp_rast_linear_clear(struct lp_rasterizer_task *task, in lp_rast_linear_clear() 68 lp_rast_linear_tile(struct lp_rasterizer_task *task, in lp_rast_linear_tile() 127 lp_rast_linear_rect(struct lp_rasterizer_task *task, in lp_rast_linear_rect() 240 lp_linear_rasterize_bin(struct lp_rasterizer_task *task, in lp_linear_rasterize_bin()
|
D | lp_rast_rect.c | 88 full(struct lp_rasterizer_task *task, in full() 100 partial(struct lp_rasterizer_task *task, in partial() 123 intersect_rect_and_tile(struct lp_rasterizer_task *task, in intersect_rect_and_tile() 148 lp_rast_rectangle(struct lp_rasterizer_task *task, in lp_rast_rectangle()
|
/third_party/flutter/engine/flutter/fml/ |
D | task_runner.cc | 23 void TaskRunner::PostTask(fml::closure task) { in PostTask() 27 void TaskRunner::PostTaskForTime(fml::closure task, in PostTaskForTime() 32 void TaskRunner::PostDelayedTask(fml::closure task, fml::TimeDelta delay) { in PostDelayedTask() 65 fml::closure task) { in RunNowOrPostTask()
|
D | concurrent_message_loop.cc | 46 void ConcurrentMessageLoop::PostTask(fml::closure task) { in PostTask() 85 auto task = tasks_.front(); in WorkerMain() local 110 void ConcurrentTaskRunner::PostTask(fml::closure task) { in PostTask()
|
/third_party/node/src/ |
D | node_platform.cc | 42 while (std::unique_ptr<Task> task = pending_worker_tasks->BlockingPop()) { in PlatformWorkerThread() local 67 void PostDelayedTask(std::unique_ptr<Task> task, double delay_in_seconds) { in PostDelayedTask() 95 while (std::unique_ptr<Task> task = scheduler->tasks_.Pop()) in FlushTasks() local 120 std::unique_ptr<Task> task, in ScheduleTask() 148 std::unique_ptr<Task> task(static_cast<Task*>(timer->data)); in TakeTimerTask() local 197 void WorkerThreadsTaskRunner::PostTask(std::unique_ptr<Task> task) { in PostTask() 201 void WorkerThreadsTaskRunner::PostDelayedTask(std::unique_ptr<Task> task, in PostDelayedTask() 241 void PerIsolatePlatformData::PostIdleTask(std::unique_ptr<v8::IdleTask> task) { in PostIdleTask() 245 void PerIsolatePlatformData::PostTask(std::unique_ptr<Task> task) { in PostTask() 256 std::unique_ptr<Task> task, double delay_in_seconds) { in PostDelayedTask() [all …]
|
/third_party/flutter/engine/flutter/shell/platform/embedder/ |
D | embedder_task_runner.cc | 28 void EmbedderTaskRunner::PostTask(fml::closure task) { in PostTask() 32 void EmbedderTaskRunner::PostTaskForTime(fml::closure task, in PostTaskForTime() 50 void EmbedderTaskRunner::PostDelayedTask(fml::closure task, in PostDelayedTask() 60 fml::closure task; in PostTask() local
|
/third_party/python/Lib/asyncio/ |
D | base_tasks.py | 8 def _task_repr_info(task): argument 25 def _task_get_stack(task, limit): argument 60 def _task_print_stack(task, limit, file): argument
|
/third_party/flutter/skia/infra/bots/android_compile/ |
D | trigger_wait_ac_task.py | 62 def _write_to_storage(task): argument 72 def _get_task_file_name(task): argument 80 def _does_task_exist_in_storage(task): argument 188 def pretty_task_str(task): argument
|
/third_party/cef/libcef/browser/ |
D | thread_util.h | 45 #define CEF_POST_TASK(id, task) base::PostTask(FROM_HERE, {id}, task) argument 46 #define CEF_POST_DELAYED_TASK(id, task, delay_ms) \ argument 58 #define CEF_POST_BLOCKING_TASK(priority, task) \ argument 68 #define CEF_POST_USER_VISIBLE_TASK(task) \ argument 73 #define CEF_POST_BACKGROUND_TASK(task) \ argument
|
/third_party/typescript/.vscode/ |
D | tasks.json | 9 "task": "local", string 21 "task": "tsc", string 30 "task": "tests", string 38 "task": "services", string
|
/third_party/flutter/skia/infra/bots/g3_compile/ |
D | trigger_wait_g3_task.py | 71 def _write_to_storage(task): argument 81 def _get_task_file_name(task): argument 86 def _does_running_task_exist_in_storage(task): argument 185 def pretty_task_str(task): argument
|
/third_party/flutter/engine/flutter/shell/platform/ohos/ |
D | platform_task_runner_adapter.cc | 24 void PlatformTaskRunnerAdapter::PostTask(fml::closure task) in PostTask() 29 void PlatformTaskRunnerAdapter::PostTaskForTime(fml::closure task, fml::TimePoint target_time) in PostTaskForTime() 34 void PlatformTaskRunnerAdapter::PostDelayedTask(fml::closure task, fml::TimeDelta delay) in PostDelayedTask()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | task_runner_adapter.cc | 22 void PostTask(fml::closure task) override { in PostTask() 26 void PostTaskForTime(fml::closure task, fml::TimePoint target_time) override { in PostTaskForTime() 32 void PostDelayedTask(fml::closure task, fml::TimeDelta delay) override { in PostDelayedTask()
|
/third_party/iowow/src/utils/ |
D | iwstw.c | 11 struct task { struct 12 iwstw_task_f fn; argument 14 struct task *next; argument 142 struct task *task = malloc(sizeof(*task)); in iwstw_schedule() local 198 struct task *task = malloc(sizeof(*task)); in iwstw_schedule_only() local 245 struct task *task = malloc(sizeof(*task)); in iwstw_schedule_empty_only() local
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | threadpool.c | 49 struct threadpool_task *task; in threadpool_worker() local 145 struct threadpool_task *task, *previous; in _mesa_threadpool_queue_task() local 187 struct threadpool_task *task = *task_handle; in _mesa_threadpool_wait_for_task() local
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkQueue.cpp | 175 Task task; in ~Queue() local 189 Task task; in submit() local 203 void Queue::submitQueue(const Task &task) in submitQueue() 280 Task task = pending.take(); in taskLoop() local 303 Task task; in waitIdle() local
|
/third_party/typescript/tests/baselines/reference/ |
D | privateFieldAssignabilityFromUnknown.js | 6 const task: Class = {} as unknown; constant 22 var task = {}; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | WorkerThread.cpp | 66 std::shared_ptr<Closure> task) in postWorkerTask() 154 std::shared_ptr<WaitableEvent> AsyncWorkerPool::postWorkerTask(std::shared_ptr<Closure> task) in postWorkerTask() 186 auto task = mTaskQueue.front(); in checkToRunPendingTasks() local 273 DelegateWorkerTask(std::shared_ptr<Closure> task, in DelegateWorkerTask() 297 std::shared_ptr<WaitableEvent> DelegateWorkerPool::postWorkerTask(std::shared_ptr<Closure> task) in postWorkerTask() 346 std::shared_ptr<Closure> task) in PostWorkerTask()
|