Searched defs:threadCount (Results 1 – 4 of 4) sorted by relevance
41 explicit CompilerImpl(size_t threadCount): threadCount_(threadCount) {} in CompilerImpl()
96 explicit CompileFuncQueue(size_t threadCount, CompilerContext *context) in CompileFuncQueue()111 explicit CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, in CompileFileQueue()
36 WorkerQueue::WorkerQueue(size_t threadCount) in WorkerQueue()
37 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler()