mf: Specify the multithreaded queue for timer callbacks.
This fixes audio dropout in the game Birdcage. I made a test which shows Windows delivering samples from two different threads, which implies a multithreaded queue. The test is probably not suitable for upstream because multithreaded queues respond to load, and a system with sufficient performance may use one thread.
Edited by Conor McCarthy