Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/taskpool/
Dtaskpool.h67 bool PUBLIC_API IsDaemonThreadOrInThreadPool(std::thread::id id) const;
Dtaskpool.cpp80 bool Taskpool::IsDaemonThreadOrInThreadPool(std::thread::id id) const in IsDaemonThreadOrInThreadPool() function in panda::ecmascript::Taskpool
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp468 if (!Taskpool::GetCurrentTaskpool()->IsDaemonThreadOrInThreadPool(std::this_thread::get_id()) && in CheckThread()