Add some possibly-useful markers for debugging threads from coredumps.
[dcpomatic.git] / src / lib / writer.cc
index 81b77d5cea62a5219257368af0711660e69ccfcf..7208402e45704002fc3f635bd2d3e16755ff47b4 100644 (file)
@@ -393,6 +393,8 @@ void
 Writer::thread ()
 try
 {
+       start_of_thread ("Writer");
+
        while (true)
        {
                boost::mutex::scoped_lock lock (_state_mutex);