Lines Matching refs:uptr
152 uptr stackBufferAddress, in CreateSoundThread()
155 uptr userThreadStackBufferAddress, in CreateSoundThread()
183 reinterpret_cast<uptr>( &GetInstance() ), in CreateSoundThread()
187 reinterpret_cast<uptr>( &GetInstance() ), in CreateSoundThread()
198 uptr stackBufferAddress, in CreateSoundThread()
213 reinterpret_cast<uptr>( &GetInstance() ), in CreateSoundThread()
230 uptr stackBufferAddress, in CreateUserSoundThread()
260 reinterpret_cast<uptr>( &GetInstance() ), in Create()
279 m_BlockingQueue.Jam( static_cast<uptr>( MESSAGE_SHUTDOWN ) ); in Destroy()
355 m_BlockingQueue.TryEnqueue( static_cast<uptr>( MESSAGE_HW_CALLBACK ) ); in HwCallbackProc()
371 void SoundThread::SoundThreadFunc( uptr arg ) in SoundThreadFunc()
389 void SoundThread::UserThreadCallback( uptr arg ) in UserThreadCallback()
526 uptr message; in SoundThreadProc()