Searched defs:worker (Results 1 - 8 of 8) sorted by relevance
/foundation/ai/ai_engine/test/common/threadpool/ |
H A D | thread_pool_test.cpp | 119 CWorker worker; in HWTEST_F() local 143 CWorker worker; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_isolated_component.cpp | 54 Worker* worker = nullptr; in ParseWorker() local 89 Worker* worker = ParseWorker(obj->GetProperty("worker")); in Create() local [all...] |
H A D | js_dynamic_component.cpp | 83 Worker* worker = nullptr; in Create() local [all...] |
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | cpu_worker.cpp | 37 void CPUWorker::Run(CPUEUTask* task, CPUWorker* worker) in Run() argument 98 void* CPUWorker::WrapDispatch(void* worker) in WrapDispatch() argument 105 void CPUWorker::RunTask(ffrt_executor_task_t* curtask, CPUWorker* worker) in RunTask() argument 135 RunTaskLifo(ffrt_executor_task_t* task, CPUWorker* worker) RunTaskLifo() argument 150 GetTask(CPUWorker* worker) GetTask() argument 179 TryPoll(CPUWorker* worker, int timeout) TryPoll() argument 189 LocalEmpty(CPUWorker* worker) LocalEmpty() argument 194 Dispatch(CPUWorker* worker) Dispatch() argument 223 CPUWorker* worker = reinterpret_cast<CPUWorker*>(p); WorkerLooperDefault() local [all...] |
H A D | cpuworker_manager.cpp | 60 auto worker = CPUManagerStrategy::CreateCPUWorker(localQos, this); in IncWorker() local 99 CPUWorker* worker = reinterpret_cast<CPUWorker*>(thread); in PickUpTaskFromLocalQueue() local 176 auto worker in WorkerRetired() local [all...] |
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_worker_manager.cpp | 132 WorkerThread* worker = CPUManagerStrategy::CreateCPUWorker(QoS(2), manager); in HWTEST_F() local 160 WorkerThread* worker = new CPUWorker(QoS(2), std::move(ops), manager); in HWTEST_F() local 223 auto worker = strategy->CreateCPUWorker(QoS(qos(0)), manager); HWTEST_F() local [all...] |
/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/source/ |
H A D | kws_plugin.cpp | 43 static int32_t InitWorkplace(KWSWorkplace &worker, SlideWindowProcessorConfig &slideCfg,
in InitWorkplace() argument 119 KWSWorkplace worker = { Prepare() local 199 GetNormedFeatures(const Array<uint16_t> &input, Array<int32_t> &output, const KWSWorkplace &worker) GetNormedFeatures() argument 331 InitComponents(KWSWorkplace &worker) InitComponents() argument [all...] |
/foundation/resourceschedule/ffrt/src/util/ |
H A D | worker_monitor.cpp | 182 WorkerThread* worker = thread.first; in CheckWorkerStatus() local 200 void WorkerMonitor::RecordTimeoutFunctionInfo(const CoWorkerInfo& coWorkerInfo, WorkerThread* worker, in RecordTimeoutFunctionInfo() argument [all...] |
Completed in 4 milliseconds