Searched refs:IsDaemonThreadOrInThreadPool (Results 1 – 3 of 3) sorted by relevance
67 bool PUBLIC_API IsDaemonThreadOrInThreadPool(std::thread::id id) const;
80 bool Taskpool::IsDaemonThreadOrInThreadPool(std::thread::id id) const in IsDaemonThreadOrInThreadPool() function in panda::ecmascript::Taskpool
468 if (!Taskpool::GetCurrentTaskpool()->IsDaemonThreadOrInThreadPool(std::this_thread::get_id()) && in CheckThread()