Use consistent thread names.
This commit is contained in:
@@ -833,7 +833,7 @@ InputHandler_Carbon::InputHandler_Carbon() : mMasterPort(0), mSem("Input thread
|
||||
IOObjectRelease( iter );
|
||||
}
|
||||
|
||||
mInputThread.SetName( "Input thread." );
|
||||
mInputThread.SetName( "InputThread" );
|
||||
mInputThread.Create(InputHandler_Carbon::Run, this);
|
||||
// Wait for the run loop to start before returning.
|
||||
mSem.Wait();
|
||||
|
||||
Reference in New Issue
Block a user