diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-20 12:27:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-21 00:52:07 +0200 |
| commit | c370c651eba466f5073384de8b304a2625c64b89 (patch) | |
| tree | d60eb159f3b22141457fdadb332c19ec025f013b /src/wx | |
| parent | f61acf7791b17d446f8953ca261092d4fb878d37 (diff) | |
Add some possibly-useful markers for debugging threads from coredumps.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/gl_video_view.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index 076cb49ec..ad0ff38a7 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -356,6 +356,8 @@ void GLVideoView::thread () try { + start_of_thread ("GLVideoView"); + { boost::mutex::scoped_lock lm (_canvas_mutex); |
