Loading
Bug 1329684 (part 1) - Remove GeckoMutex, ::Mutex and ::MutexAutoLock from the profiler. r=mstange.
Note that the comment on ::Mutex said that it should support recursive locking, but GeckoMutex was implemented using mozilla::Mutex which does *not* support recursive locking. The patch also removes OS::CreateMutex(), because it's only used twice and doesn't make the code more concise.