Lines Matching defs:thread
24 import thread
327 """ Get midi info in thread so UI smoother """
328 thread.start_new_thread(self.UpdateMaxMbtThread, ())
331 """ Thread to get midi file info """
436 self.PlayerThread = thread.start_new_thread(self.Player .Start, ())
452 self.PlayerThread = thread.start_new_thread(self.Player .Start, ())
483 """ All UI needed by thread must be called via Postevent or OS X crashes """
597 """ Updates to UI needed by play thread come through here otherwise OS X crashes """
623 """ Called back from player thread to update the graph """
807 thread.start_new_thread(self.Player .Start, ())