Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/os/
Dos_Thread.h419 bool IsAlive() const;
884 inline bool Thread::IsAlive() const in IsAlive() function
/CTR-SDK-2.4.0/sources/libraries/os/
Dos_Thread.cpp452 return pThread->IsAlive(); in nnosThreadIsAlive()