Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/taskpool/
Dtaskpool.h74 bool IsDaemonThreadOrInThreadPool(std::thread::id id) const in IsDaemonThreadOrInThreadPool() function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp533 if (!Taskpool::GetCurrentTaskpool()->IsDaemonThreadOrInThreadPool(std::this_thread::get_id()) && in CheckThread()