For the most part A6 is not multithreaded. However, for stability reasons the physics engine is running in its own thread which is synchronized with the main thread.
I would be interested in reading the MS statement since I don't see too many spots where multithreading would be useful in a game engine.