Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/os/
Dos_ManagedThread.h462 bool IsAlive() const { return m_Thread.IsAlive(); } in IsAlive() function
Dos_Thread.h422 bool IsAlive() const;
977 inline bool Thread::IsAlive() const in IsAlive() function
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_Thread.cpp513 return pThread->IsAlive(); in nnosThreadIsAlive()