Lines Matching refs:uptr
150 uptr stackBufferAddress, in CreateSoundThread()
153 uptr userThreadStackBufferAddress, in CreateSoundThread()
181 reinterpret_cast<uptr>( &GetInstance() ), in CreateSoundThread()
185 reinterpret_cast<uptr>( &GetInstance() ), in CreateSoundThread()
196 uptr stackBufferAddress, in CreateSoundThread()
211 reinterpret_cast<uptr>( &GetInstance() ), in CreateSoundThread()
228 uptr stackBufferAddress, in CreateUserSoundThread()
258 reinterpret_cast<uptr>( &GetInstance() ), in Create()
277 m_BlockingQueue.Jam( static_cast<uptr>( MESSAGE_SHUTDOWN ) ); in Destroy()
353 m_BlockingQueue.TryEnqueue( static_cast<uptr>( MESSAGE_HW_CALLBACK ) ); in HwCallbackProc()
369 void SoundThread::SoundThreadFunc( uptr arg ) in SoundThreadFunc()
387 void SoundThread::UserThreadCallback( uptr arg ) in UserThreadCallback()
524 uptr message; in SoundThreadProc()