Home
last modified time | relevance | path

Searched defs:task (Results 601 - 625 of 834) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/curl/lib/
H A Dcf-h1-proxy.c581 hyper_task *task = NULL; /* for the handshake */ in start_CONNECT() local
794 hyper_task *task = NULL; in send_CONNECT() local
[all...]
/third_party/libwebsockets/lib/misc/threadpool/
H A Dthreadpool.c75 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() argument
237 state_transition(struct lws_threadpool_task *task, enum lws_threadpool_task_status status) state_transition() argument
245 task_to_wsi(struct lws_threadpool_task *task) task_to_wsi() argument
255 lws_threadpool_task_cleanup_destroy(struct lws_threadpool_task *task) lws_threadpool_task_cleanup_destroy() argument
269 __lws_threadpool_reap(struct lws_threadpool_task *task) __lws_threadpool_reap() argument
319 struct lws_threadpool_task **c, *task = NULL; lws_threadpool_tsi_context() local
392 lws_threadpool_worker_sync(struct lws_pool *pool, struct lws_threadpool_task *task) lws_threadpool_worker_sync() argument
493 struct lws_threadpool_task **c, **c2, *task; lws_threadpool_worker() local
744 struct lws_threadpool_task **c, *task; lws_threadpool_finish() local
775 struct lws_threadpool_task *task, *next; lws_threadpool_destroy() local
841 lws_threadpool_dequeue_task(struct lws_threadpool_task *task) lws_threadpool_dequeue_task() argument
957 struct lws_threadpool_task *task; lws_threadpool_dequeue() local
974 struct lws_threadpool_task *task = NULL; lws_threadpool_enqueue() local
1055 lws_threadpool_task_status(struct lws_threadpool_task *task, void **user) lws_threadpool_task_status() argument
1083 lws_threadpool_task_status_noreap(struct lws_threadpool_task *task) lws_threadpool_task_status_noreap() argument
1092 struct lws_threadpool_task *task; lws_threadpool_task_status_wsi() local
1110 lws_threadpool_task_sync(struct lws_threadpool_task *task, int stop) lws_threadpool_task_sync() argument
1125 lws_threadpool_foreach_task_wsi(struct lws *wsi, void *user, int (*cb)(struct lws_threadpool_task *task, void *user)) lws_threadpool_foreach_task_wsi() argument
1141 struct lws_threadpool_task *task = lws_container_of(d, lws_threadpool_foreach_task_wsi() local
1158 lws_threadpool_foreach_task_ss(struct lws_ss_handle *ss, void *user, int (*cb)(struct lws_threadpool_task *task, void *user)) lws_threadpool_foreach_task_ss() argument
1170 disassociate_wsi(struct lws_threadpool_task *task, void *user) disassociate_wsi() argument
[all...]
/third_party/node/src/
H A Dnode_platform.cc74 void PostDelayedTask(std::unique_ptr<Task> task, double delay_in_seconds) { in PostDelayedTask() argument
126 ScheduleTask(DelayedTaskScheduler* scheduler, std::unique_ptr<Task> task, double delay_in_seconds) ScheduleTask() argument
204 PostTask(std::unique_ptr<Task> task) PostTask() argument
208 PostDelayedTask(std::unique_ptr<Task> task, double delay_in_seconds) PostDelayedTask() argument
248 PostIdleTask(std::unique_ptr<v8::IdleTask> task) PostIdleTask() argument
252 PostTask(std::unique_ptr<Task> task) PostTask() argument
262 PostDelayedTask( std::unique_ptr<Task> task, double delay_in_seconds) PostDelayedTask() argument
277 PostNonNestableTask(std::unique_ptr<Task> task) PostNonNestableTask() argument
281 PostNonNestableDelayedTask( std::unique_ptr<Task> task, double delay_in_seconds) PostNonNestableDelayedTask() argument
417 RunForegroundTask(std::unique_ptr<Task> task) RunForegroundTask() argument
434 DeleteFromScheduledTasks(DelayedTask* task) DeleteFromScheduledTasks() argument
491 std::unique_ptr<Task> task = std::move(tasks.front()); FlushForegroundTasksInternal() local
499 CallOnWorkerThread(std::unique_ptr<Task> task) CallOnWorkerThread() argument
503 CallDelayedOnWorkerThread(std::unique_ptr<Task> task, double delay_in_seconds) CallDelayedOnWorkerThread() argument
578 Push(std::unique_ptr<T> task) Push() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c95 lp_rast_tile_begin(struct lp_rasterizer_task *task, in lp_rast_tile_begin() argument
135 lp_rast_clear_color(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_clear_color() argument
183 lp_rast_clear_zstencil(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_clear_zstencil() argument
298 lp_rast_shade_tile(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_shade_tile() argument
390 lp_rast_shade_tile_opaque(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_shade_tile_opaque() argument
411 lp_rast_shade_quads_mask_sample(struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y, uint64_t mask) lp_rast_shade_quads_mask_sample() argument
492 lp_rast_shade_quads_mask(struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y, unsigned mask) lp_rast_shade_quads_mask() argument
509 lp_rast_blit_tile_to_dest(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_blit_tile_to_dest() argument
609 lp_rast_blit_tile(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_blit_tile() argument
624 lp_rast_begin_query(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_begin_query() argument
654 lp_rast_end_query(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_end_query() argument
684 lp_rast_set_state(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_set_state() argument
695 lp_rast_tile_end(struct lp_rasterizer_task *task) lp_rast_tile_end() argument
937 blit_rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin) blit_rasterize_bin() argument
952 tri_rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin, int x, int y) tri_rasterize_bin() argument
967 debug_rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin) debug_rasterize_bin() argument
987 rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin, int x, int y) rasterize_bin() argument
1042 rasterize_scene(struct lp_rasterizer_task *task, struct lp_scene *scene) rasterize_scene() argument
1170 struct lp_rasterizer_task *task = (struct lp_rasterizer_task *) init_data; thread_function() local
1277 struct lp_rasterizer_task *task = &rast->tasks[i]; lp_rast_create() local
[all...]
H A Dlp_rast_tri.c42 block_full_4(struct lp_rasterizer_task *task, in block_full_4() argument
54 block_full_16(struct lp_rasterizer_task *task, in block_full_16() argument
109 lp_rast_triangle_3_16(struct lp_rasterizer_task *task, in lp_rast_triangle_3_16() argument
119 lp_rast_triangle_3_4(struct lp_rasterizer_task *task, in lp_rast_triangle_3_4() argument
126 lp_rast_triangle_4_16(struct lp_rasterizer_task *task, in lp_rast_triangle_4_16() argument
136 lp_rast_triangle_ms_3_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_ms_3_16() argument
146 lp_rast_triangle_ms_3_4(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_ms_3_4() argument
153 lp_rast_triangle_ms_4_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_ms_4_16() argument
292 lp_rast_triangle_32_3_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_32_3_16() argument
404 lp_rast_triangle_32_3_4(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_32_3_4() argument
575 lp_rast_triangle_32_3_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_32_3_16() argument
705 lp_rast_triangle_32_3_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_32_3_16() argument
717 lp_rast_triangle_32_4_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_32_4_16() argument
727 lp_rast_triangle_32_3_4(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_32_3_4() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-platform.h93 virtual void PostNonNestableTask(std::unique_ptr<Task> task) {} in PostNonNestableTask() argument
119 PostNonNestableDelayedTask(std::unique_ptr<Task> task, double delay_in_seconds) PostNonNestableDelayedTask() argument
955 CallBlockingTaskOnWorkerThread(std::unique_ptr<Task> task) CallBlockingTaskOnWorkerThread() argument
964 CallLowPriorityTaskOnWorkerThread(std::unique_ptr<Task> task) CallLowPriorityTaskOnWorkerThread() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.h590 std::unique_ptr<BackgroundCompileTask> task; member
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement.cc278 auto task = MakeCancelableTask(isolate_, [this, execution] { in ScheduleGCTask() local
H A Dsweeper.cc687 auto task = std::make_unique<IterabilityTask>(heap_->isolate(), this, in StartIterabilityTasks() local
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server.cc63 std::shared_ptr<Task> task = GetNext(); in Run() local
82 Append(base::Semaphore* ready_semaphore, Functor&& task) Append() argument
94 std::shared_ptr<Task> task; GetNext() local
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarker.cc128 auto task = in Post() local
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.cc188 auto task = std::make_unique<ResolveAsyncWaiterPromisesTask>( in NotifyAsyncWaiter() local
575 auto task = std::make_unique<AsyncWaiterTimeoutTask>( in WaitAsync() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc310 void V8InspectorImpl::asyncTaskScheduled(StringView taskName, void* task, in asyncTaskScheduled() argument
316 void V8InspectorImpl::asyncTaskCanceled(void* task) { in asyncTaskCanceled() argument
321 void V8InspectorImpl::asyncTaskStarted(void* task) { in asyncTaskStarted() argument
326 void V8InspectorImpl::asyncTaskFinished(void* task) { in asyncTaskFinished() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktBuildPrograms.cpp81 Task* const task = m_tasks.popBack(); in run() local
127 void TaskExecutor::submit (Task* task) in submit() argument
/third_party/skia/src/gpu/
H A DGrDrawingManager.cpp429 sk_sp<GrRenderTask>& task = fDAG[i]; reorderTasks() local
455 insertTaskBeforeLast(sk_sp<GrRenderTask> task) insertTaskBeforeLast() argument
470 appendTask(sk_sp<GrRenderTask> task) appendTask() argument
579 GrRenderTask* task = this->getLastRenderTask(proxy); getLastOpsTask() local
766 GrRenderTask* task = this->insertTaskBeforeLast(sk_make_sp<GrTextureResolveRenderTask>()); newTextureResolveRenderTask() local
828 GrRenderTask* task = this->appendTask(sk_make_sp<GrTransferFromRenderTask>( newTransferFromRenderTask() local
866 sk_sp<GrRenderTask> task = GrCopyRenderTask::Make(this, newCopyRenderTask() local
912 GrRenderTask* task = this->appendTask(GrWritePixelsTask::Make(this, newWritePixelsTask() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DQueue.cpp214 std::unique_ptr<SubmittedWorkDone> task = in APIOnSubmittedWorkDone() local
224 void QueueBase::TrackTask(std::unique_ptr<TaskInFlight> task, ExecutionSerial serial) { in TrackTask() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp168 void Scheduler::enqueue(Task&& task) { in enqueue() argument
542 void Scheduler::Worker::enqueue(Task&& task) { in enqueue() argument
547 void Scheduler::Worker::enqueueAndUnlock(Task&& task) { in enqueueAndUnlock() argument
703 auto task = containers::take(work.tasks); runUntilIdle() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktBuildPrograms.cpp81 Task* const task = m_tasks.popBack(); in run() local
127 void TaskExecutor::submit (Task* task) in submit() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_impl.cpp559 auto task = [abilityImpl = weak_from_this(), focuseMode = isFocused]() { in AfterFocusedCommon() local
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/
H A Dmission_list_manager_test.cpp500 auto task = [windowHandler, abilityRecord] { in HWTEST_F() local
533 auto task = [windowHandler, abilityRecord] { in HWTEST_F() local
/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp65 bool FormTimerMgr::AddFormTimer(const FormTimer &task) in AddFormTimer() argument
424 AddUpdateAtTimer(const FormTimer &task) AddUpdateAtTimer() argument
459 AddIntervalTimer(const FormTimer &task) AddIntervalTimer() argument
1351 AddToNotExecTaskVec(const FormTimer &task) AddToNotExecTaskVec() argument
1415 auto task = [id = timerTask.formId, want]() { ExecTimerTaskCore() local
[all...]
H A Dform_task_mgr.cpp979 auto task = [remoteObject]() { PostOnUnlock() local
1055 auto task = [formIds, formInstanceMaps, eventMaps, formVisibleType]() { PostVisibleNotify() local
1215 auto task = [bundleName, formEventType, remoteObject, runningFormInfo]() { PostFormClickEventToHost() local
1304 auto task = [remoteObject]() { PostFrsDiedTaskToHost() local
[all...]
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp947 explicit ShareFormCallBackClient(ShareFormTask &&task) : task_(std::move(task)) in ShareFormCallBackClient() argument
1071 ShareFormTask task = [env, asyncTask](int32_t code) { in OnShareForm() local
1543 InnerShareForm( napi_env env, const std::shared_ptr<AbilityRuntime::NapiAsyncTask> &asyncTask, ShareFormTask &&task, int64_t formId, const std::string &remoteDeviceId) InnerShareForm() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H A Dability_connect_manager_test.cpp1247 auto task = [abilityRecord, connectManager = ConnectManager(), userId]() { in HWTEST_F() local
2345 auto task = [service, connectManager = ConnectManager(), userId]() { in HWTEST_F() local
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dams_mgr_scheduler.cpp300 auto task = [amsMgrServiceInner = amsMgrServiceInner_, token]() { in AbilityAttachTimeOut() local
317 auto task = [=]() { amsMgrServiceInner_->PrepareTerminate(token, clearMissionFlag); }; in PrepareTerminate() local
423 auto task = [=]() { amsMgrServiceInner_->StartSpecifiedAbility(want, abilityInfo, requestId); }; in StartSpecifiedAbility() local
439 auto task = [=]() { amsMgrServiceInner_->StartSpecifiedProcess(want, abilityInfo, requestId); }; in StartSpecifiedProcess() local
452 auto task = [=]() { amsMgrServiceInner_->RegisterStartSpecifiedAbilityResponse(response); }; RegisterStartSpecifiedAbilityResponse() local
[all...]

Completed in 39 milliseconds

1...<<21222324252627282930>>...34