Searched refs:Worker (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/ |
H A D | requireApi_worker_threads.js | 17 const { Worker, isMainThread, parentPort, workerData, MessagePort} = require('worker_threads'); 29 let tempWorker= Worker;
|
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/ |
H A D | requireApi_worker_threads.js | 17 const { Worker, isMainThread, parentPort, workerData, MessagePort} = require('worker_threads'); 29 let tempWorker= Worker;
|
/arkcompiler/ets_frontend/es2panda/util/ |
H A D | workerQueue.cpp | 41 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 D | workerQueue.h | 58 static void Worker(WorkerQueue *queue);
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | compileQueue.cpp | 31 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 D | compileQueue.h | 52 static void Worker(CompileQueue *queue);
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | area.h | 59 friend class Worker;
|
/arkcompiler/runtime_core/static_core/dprof/daemon/ |
H A D | main.cpp | 107 class Worker { class 253 Worker worker; in Main()
|
/arkcompiler/runtime_core/static_core/verification/verifier/ |
H A D | verifier.cpp | 40 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