Home
last modified time | relevance | path

Searched refs:EncodeThreadMainEnvironment (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_scheduler.h92 virtual MplSchedulerParam *EncodeThreadMainEnvironment(uint32) in EncodeThreadMainEnvironment() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_scheduler.cpp121 … threads[i] = std::thread([this, i] { this->ThreadMain(i, EncodeThreadMainEnvironment(i)); }); in RunTask()