| /foundation/resourceschedule/ffrt/src/sync/ |
| H A D | io_poller.cpp | 162 auto task = reinterpret_cast<CPUEUTask *>(data->data); global() variable [all...] |
| H A D | wait_queue.cpp | 31 void WaitQueue::ThreadWait(WaitUntilEntry* wn, mutexPrivate* lk, bool legacyMode, CPUEUTask* task) in ThreadWait() argument 48 ThreadWaitUntil(WaitUntilEntry* wn, mutexPrivate* lk, const TimePoint& tp, bool legacyMode, CPUEUTask* task) ThreadWaitUntil() argument 83 CPUEUTask* task = ctx->task; SuspendAndWait() local 126 CPUEUTask* task = ctx->task; global() variable 215 CPUEUTask* task = we->task; global() variable [all...] |
| /foundation/resourceschedule/ffrt/test/ut/ |
| H A D | task_ctx_test.cpp | 61 SCPUEUTask *task = new SCPUEUTask(nullptr, nullptr, 0, QoS()); in HWTEST_F() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
| H A D | thread_pool_test_stub.cpp | 32 TaskId ThreadPoolTestStub::Execute(const Task &task) in Execute() argument 68 TaskId ThreadPoolTestStub::Execute(const Task &task, Duration delay) in Execute() argument 76 Schedule(const Task &task, Duration interval) Schedule() argument 81 Schedule(const Task &task, Duration delay, Duration interval) Schedule() argument 86 Schedule(const Task &task, Duration delay, Duration interval, uint64_t times) Schedule() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
| H A D | task_executor.cpp | 30 TaskExecutor::TaskId TaskExecutor::Execute(const Task &task) in Execute() argument 41 TaskExecutor::TaskId TaskExecutor::Schedule(Duration delay, const Task &task, Duration interval, uint64_t times) in Schedule() argument
|
| /foundation/filemanagement/dfs_service/utils/system/include/ |
| H A D | dfsu_thread.h | 52 bool RunLoop(std::function<bool()> task, uint64_t interval, uint32_t retryTimes = UINT32_MAX) in RunLoop() argument 76 bool RunLoopFlexible(std::function<bool(uint64_t &)> task, uint64_t interval, uint32_t retryTimes = UINT32_MAX) in RunLoopFlexible() argument
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
| H A D | sys_timer.c | 42 EpollTask *task = arg; in TimerReadHandle() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_linear.c | 46 lp_rast_linear_clear(struct lp_rasterizer_task *task, in lp_rast_linear_clear() argument 68 lp_rast_linear_tile(struct lp_rasterizer_task *task, in lp_rast_linear_tile() argument 127 lp_rast_linear_rect(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_linear_rect() argument 240 lp_linear_rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin) lp_linear_rasterize_bin() argument [all...] |
| /third_party/node/deps/v8/src/libplatform/ |
| H A D | delayed-task-queue.cc | 27 void DelayedTaskQueue::Append(std::unique_ptr<Task> task) { in Append() argument 34 void DelayedTaskQueue::AppendDelayed(std::unique_ptr<Task> task, in AppendDelayed() argument 51 std::unique_ptr<Task> task = PopTaskFromDelayedQueue(now); in GetNext() local [all...] |
| H A D | default-worker-threads-task-runner.cc | 34 void DefaultWorkerThreadsTaskRunner::PostTask(std::unique_ptr<Task> task) { in PostTask() argument 40 void DefaultWorkerThreadsTaskRunner::PostDelayedTask(std::unique_ptr<Task> task, in PostDelayedTask() argument 47 PostIdleTask( std::unique_ptr<IdleTask> task) PostIdleTask() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | VertexRoutine.hpp | 44 Pointer<Byte> task; member in sw::VertexRoutinePrototype
|
| /third_party/skia/tests/ |
| H A D | WrappedSurfaceCopyOnWriteTest.cpp | 104 sk_sp<GrRenderTask> task = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 143 sk_sp<GrRenderTask> task = dst->refRenderTask(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| H A D | GPUShaderModule.cpp | 92 AsyncTask task; in compilationInfo() member
|
| /foundation/ability/form_fwk/services/src/ |
| H A D | form_free_install_operator.cpp | 76 auto task = [self, resultCode]() { in OnInstallFinished() local
|
| H A D | form_sys_event_receiver.cpp | 57 auto task = [want, bundleName]() { in HandleAbilityUpdate() local 72 auto task = [bundleName, userId]() { in HandlePackageDataCleared() local 85 auto task = []() { in HandleScreenUnlocked() local 98 auto task = []() { in HandleUserUnlocked() local
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
| H A D | idle_time.cpp | 106 auto task = [weak]() { in PostTask() local
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | free_install_observer_manager.cpp | 79 auto task = [weak = weak_from_this(), recordId, bundleName, abilityName, startTime, resultCode]() { in OnInstallFinished() local 97 auto task = [weak = weak_from_this(), recordId, startTime, url, resultCode]() { in OnInstallFinishedByUrl() local
|
| /foundation/ability/ability_lite/frameworks/ability_lite/src/ |
| H A D | ability_scheduler.cpp | 135 auto task = [this, appInfo] { in PerformAppInit() local 143 auto task = [this, want, state, token, abilityType] { in PerformTransactAbilityState() local 152 auto task = [this, want, token] { in PerformConnectAbility() local 161 auto task = [this, want, token] { in PerformDisconnectAbility() local 170 auto task = [this] { in PerformAppExit() local 182 auto task = [this, want, token] { PerformDumpAbility() local [all...] |
| /foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/ |
| H A D | startup_task_dispatcher.cpp | 160 int32_t StartupTaskDispatcher::RunTaskInit(const std::string &name, const std::shared_ptr<StartupTask> &task) in RunTaskInit() argument [all...] |
| H A D | startup_task_manager.cpp | 34 int32_t StartupTaskManager::AddTask(const std::shared_ptr<StartupTask> &task) in AddTask() argument
|
| /foundation/ability/ability_runtime/services/appmgr/src/ |
| H A D | render_state_observer_manager.cpp | 47 auto task = [weak = weak_from_this(), observer]() { in RegisterRenderStateObserver() local 95 auto task = [weak = weak_from_this(), observer]() { in UnregisterRenderStateObserver() local 128 auto task = [weak = weak_from_this(), renderRecord, state]() { in OnRenderStateChanged() local
|
| /foundation/ability/ability_runtime/cj_environment/test/unittest/cj_environment_test/ |
| H A D | cj_environment_test.cpp | 332 TaskFuncType task = nullptr; in HWTEST_F() local
|
| /foundation/ability/ability_runtime/js_environment/test/unittest/uncaught_exception_callback_test/ |
| H A D | uncaught_exception_callback_test.cpp | 65 auto task = [](std::string summary, const JsEnv::ErrorObject errorObj) { in HWTEST_F() local 113 auto task = [](std::string summary, const JsEnv::ErrorObject errorObj) { in HWTEST_F() local 142 auto task = [](std::string summary, const JsEnv::ErrorObject errorObj) { in HWTEST_F() local 190 auto task in HWTEST_F() local 225 auto task = [](std::string summary, const JsEnv::ErrorObject errorObj) { HWTEST_F() local [all...] |
| /foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/ |
| H A D | appexecfwk_appkit_native_app_module_test_second.cpp | 66 auto task = [abilityThread = this]() { MainThread::Start(); }; in SetUp() local
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
| H A D | want_utils.cpp | 42 ConvertCallbackTask task = [&retCode, &isUsed, &callbackDoneCv, &callbackDoneMutex, in ConvertToExplicitWant() local
|