Home
last modified time | relevance | path

Searched refs:Worker (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/
H A DrequireApi_worker_threads.js17 const { Worker, isMainThread, parentPort, workerData, MessagePort} = require('worker_threads');
29 let tempWorker= Worker;
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/
H A DrequireApi_worker_threads.js17 const { Worker, isMainThread, parentPort, workerData, MessagePort} = require('worker_threads');
29 let tempWorker= Worker;
/arkcompiler/ets_frontend/es2panda/util/
H A DworkerQueue.cpp41 threads_.push_back(os::thread::ThreadStart(Worker, this)); in WorkerQueue()
59 void WorkerQueue::Worker(WorkerQueue *queue) in Worker() function in panda::es2panda::util::WorkerQueue
H A DworkerQueue.h58 static void Worker(WorkerQueue *queue);
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcompileQueue.cpp31 threads_.push_back(os::thread::ThreadStart(Worker, this)); in CompileQueue()
66 void CompileQueue::Worker(CompileQueue *queue) in Worker() function in ark::es2panda::compiler::CompileQueue
H A DcompileQueue.h52 static void Worker(CompileQueue *queue);
/arkcompiler/ets_runtime/ecmascript/mem/
H A Darea.h59 friend class Worker;
/arkcompiler/runtime_core/static_core/dprof/daemon/
H A Dmain.cpp107 class Worker { class
253 Worker worker; in Main()
/arkcompiler/runtime_core/static_core/verification/verifier/
H A Dverifier.cpp40 void Worker(PandaDeque<Method *> *queue, os::memory::Mutex *lock, size_t threadNum, std::atomic<bool> *result) in Worker() function
296 auto *worker = runtime.GetInternalAllocator()->New<std::thread>(Worker, &queue, &lock, i, &result); in RunVerifier()

Completed in 6 milliseconds