rts: avoid defining unused Mutex for non-threaded ways
Most Mutex
definitions are guarded with THREADED_RTS
macro. This patch adds the forgotten guards, otherwise there'll be compilation issues on platforms not supporting threads at all.
Most Mutex
definitions are guarded with THREADED_RTS
macro. This patch adds the forgotten guards, otherwise there'll be compilation issues on platforms not supporting threads at all.