Home
last modified time | relevance | path

Searched defs:task (Results 326 - 350 of 416) sorted by relevance

1...<<11121314151617

/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_tf.c163 TaskItem *task = lltask->task; in tf_start_inference() local
206 static int extract_lltask_from_task(TaskItem *task, Queue *lltask_queue) in extract_lltask_from_task() argument
323 TaskItem task; get_output_tf() local
950 TaskItem *task; fill_model_input_tf() local
1044 TaskItem *task = lltask->task; infer_completion_callback() local
1104 TaskItem *task; execute_model_tf() local
1148 TaskItem *task; ff_dnn_execute_model_tf() local
[all...]
/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c387 struct ucom_param_task *task; in ucom_queue_command() local
449 struct ucom_cfg_task *task = in ucom_cfg_start_transfers() local
493 struct ucom_cfg_task *task in ucom_cfg_open() local
580 struct ucom_cfg_task *task = ucom_cfg_close() local
679 struct ucom_cfg_task *task = ucom_cfg_line_state() local
814 struct ucom_cfg_task *task = ucom_cfg_status_change() local
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc126 const task_t task = mach_task_self(); in GetThreadCount() local
/third_party/node/src/
H A Dinspector_agent.cc560 void AsyncTaskScheduled(const StringView& task_name, void* task, in AsyncTaskScheduled() argument
565 void AsyncTaskCanceled(void* task) { in AsyncTaskCanceled() argument
569 void AsyncTaskStarted(void* task) { in AsyncTaskStarted() argument
573 void AsyncTaskFinished(void* task) { in AsyncTaskFinished() argument
907 void Agent::AsyncTaskScheduled(const StringView& task_name, void* task, in AsyncTaskScheduled() argument
912 AsyncTaskCanceled(void* task) AsyncTaskCanceled() argument
916 AsyncTaskStarted(void* task) AsyncTaskStarted() argument
920 AsyncTaskFinished(void* task) AsyncTaskFinished() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-platform.h96 virtual void PostNonNestableTask(std::unique_ptr<Task> task) {} in PostNonNestableTask() argument
122 PostNonNestableDelayedTask(std::unique_ptr<Task> task, double delay_in_seconds) PostNonNestableDelayedTask() argument
1019 CallOnWorkerThread(std::unique_ptr<Task> task) CallOnWorkerThread() argument
1032 CallBlockingTaskOnWorkerThread(std::unique_ptr<Task> task) CallBlockingTaskOnWorkerThread() argument
1045 CallLowPriorityTaskOnWorkerThread(std::unique_ptr<Task> task) CallLowPriorityTaskOnWorkerThread() argument
1059 CallDelayedOnWorkerThread(std::unique_ptr<Task> task, double delay_in_seconds) CallDelayedOnWorkerThread() argument
1239 PostTaskOnWorkerThreadImpl(TaskPriority priority, std::unique_ptr<Task> task, const SourceLocation& location) PostTaskOnWorkerThreadImpl() argument
1248 PostDelayedTaskOnWorkerThreadImpl( TaskPriority priority, std::unique_ptr<Task> task, double delay_in_seconds, const SourceLocation& location) PostDelayedTaskOnWorkerThreadImpl() argument
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dsweeper.cc963 auto task = std::make_unique<IncrementalSweepTask>(sweeper); in Post() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp216 std::ostringstream task; in initPrograms() local
H A DvktMeshShaderConditionalRenderingTestsEXT.cpp281 std::ostringstream task; in initPrograms() local
H A DvktMeshShaderSmokeTests.cpp207 std::ostringstream task; in initPrograms() local
282 std::ostringstream task; in initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectLinkTests.cpp60 ShaderType task; member
693 const auto& task = binaries.get("task"); in iterate() local
988 std::stringstream task; initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp216 std::ostringstream task; in initPrograms() local
H A DvktMeshShaderConditionalRenderingTestsEXT.cpp281 std::ostringstream task; in initPrograms() local
H A DvktMeshShaderSmokeTests.cpp207 std::ostringstream task; in initPrograms() local
282 std::ostringstream task; in initPrograms() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp381 void CommandProcessor::queueCommand(CommandProcessorTask &&task) in queueCommand() argument
447 angle::Result CommandProcessor::processTask(CommandProcessorTask *task) in processTask() argument
622 CommandProcessorTask task; finishToSerial() local
635 CommandProcessorTask task; waitIdle() local
698 CommandProcessorTask task; submitFrame() local
721 CommandProcessorTask task; queueSubmitOneOff() local
738 CommandProcessorTask task; queuePresent() local
767 CommandProcessorTask task; flushOutsideRPCommands() local
782 CommandProcessorTask task; flushRenderPassCommands() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.cpp791 Task &task = taskQueue[qHead]; in findAvailableTasks() local
847 Task &task = taskQueue[qHead]; in findAvailableTasks() local
1124 VertexTask *task = vertexTask[thread]; processPrimitiveVertices() local
[all...]
/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp475 void WatchdogInner::RunOneShotTask(const std::string& name, Task&& task, uint64_t delay) in RunOneShotTask() argument
518 const WatchdogTask& task = checkerQueue_.top(); in RemoveXCollieTask() local
531 RunPeriodicalTask(const std::string& name, Task&& task, uint64_t interval, uint64_t delay) RunPeriodicalTask() argument
577 WatchdogTask task = checkerQueue_.top(); TriggerTimerCountTask() local
612 InsertWatchdogTaskLocked(const std::string& name, WatchdogTask&& task) InsertWatchdogTaskLocked() argument
684 FetchNextTask(uint64_t now, WatchdogTask& task) FetchNextTask() argument
740 ReInsertTaskIfNeed(WatchdogTask& task) ReInsertTaskIfNeed() argument
765 WatchdogTask task; Start() local
1024 const WatchdogTask& task = checkerQueue_.top(); RemoveInnerTask() local
[all...]
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp163 auto task = [this, sysEvent]() { in OnEvent() local
976 auto task = [this] { this->ProcessRebootEvent(); }; in OnUnorderedEvent() local
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp222 auto task = [this]() { in UnloadGnssSystemAbility() local
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp181 auto task = [this] { in AddWatchDog() local
232 auto task = std::bind(&HiviewPlatform::ScheduleCreateAndInitPlugin, this, pluginInfo); in LoadBusinessPlugin() local
553 auto task = std::bind(&EventSource::StartEventSource, source.get()); in StartEventSource() local
739 auto task = std::bind(&HiviewPlatform::UnloadPlugin, this, name); in RequestUnloadPlugin() local
887 auto task = [this, bundleName]() { RequestUnloadBundle() local
965 auto task = std::bind(&PluginProxy::DestroyInstanceIfNeed, ptr.get(), maxIdleTime_); CheckUnloadablePlugins() local
977 auto task = std::bind(&HiviewPlatform::CheckUnloadablePlugins, this); ScheduleCheckUnloadablePlugins() local
[all...]
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp399 auto task = [localId] { OsAccountInterface::InitThemeResource(localId); }; in RetryToGetAccount() local
1796 auto task = [] { IInnerOsAccountManager::GetInstance().CleanGarbageOsAccounts(); }; in RetryToGetAccount() local
1943 auto task = [] { IInnerOsAccountManager::GetInstance().CleanGarbageOsAccounts(); }; in RetryToGetAccount() local
/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp674 auto task = [this, info, password, innerCallback] { in Auth() local
907 auto task = [this, domainInfo, authData, innerCallback, authMode] { in InnerAuth() local
1132 auto task = [this, accountToken, targetInfo, option, callback] { in GetAccessToken() local
1426 auto task = [this, options, callback] { this->StartHasDomainAccount(this->plugin_, options, callback); }; in HasDomainAccount() local
1466 auto task = [this, info, localId, callbackService] { in OnAccountBound() local
1508 auto task = [this, info, callbackService] { OnAccountUnBound() local
1599 auto task = [this, options, callbackService] { GetDomainAccountInfo() local
1645 auto task = [this, info, token, callbackService] { IsAccountTokenValid() local
[all...]
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp340 FFRTTask task = [this, currentValue] { in OnChanged() local
931 FFRTTask task = [this, gradualDuration] { this->CancelBoostBrightness(gradualDuration); }; in BoostBrightness() local
/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp72 auto *task = new (std::nothrow) JsTask(); in Initialize() local
987 CreatProperties(napi_env env, napi_value &self, napi_value config, JsTask *task) CreatProperties() argument
[all...]
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1149 std::function<void()> task = [this, remoteObj, timeOutMs]() { in Lock() local
H A Dpower_state_machine.cpp413 FFRTTask task = [&pms] { in onWakeup() local
782 FFRTTask task = [hibernateController, this, clearMemory, pms]() { in WakeupDeviceInner() local
1048 FFRTTask task = [this] { this->HandleActivityTimeout(); }; in WakeupDeviceInner() local
1543 FFRTTask task = [this]() { WakeupDeviceInner() local
[all...]

Completed in 43 milliseconds

1...<<11121314151617