Home
last modified time | relevance | path

Searched refs:GetId (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_ManagedThread.cpp216 m_Id = m_Thread.GetId(); in TryInitializeImpl()
376 if( p->GetId() == m_Id ) in FindById()
453 m_Id = m_Thread.GetId(); in InitializeAsMainThread()
Dos_Thread.cpp507 return pThread->GetId(); in nnosThreadGetId()
/CTR-SDK-4.2.5/include/nn/snd/CTR/MPCore/
Dsnd_Voice.h91 s32 GetId() const { return m_Id; } in GetId() function
/CTR-SDK-4.2.5/include/nn/os/
Dos_Thread.h478 bit32 GetId() const;
999 inline bit32 Thread::GetId() const in GetId() function
Dos_ManagedThread.h488 bit32 GetId() const { return m_Id; } in GetId() function