webgui: protect main functionality of TWebWindowsManager with mutex
Mutex is booked in the beginning of operation and unbooked at the end with specialized guard class. This prevents from complete locking of the mutex for very long time
Showing
- gui/canvaspainter/v7/src/TCanvasPainter.cxx 3 additions, 0 deletionsgui/canvaspainter/v7/src/TCanvasPainter.cxx
- gui/webdisplay/inc/ROOT/TWebWindowsManager.hxx 10 additions, 2 deletionsgui/webdisplay/inc/ROOT/TWebWindowsManager.hxx
- gui/webdisplay/src/TWebWindowsManager.cxx 80 additions, 17 deletionsgui/webdisplay/src/TWebWindowsManager.cxx
Please register or sign in to comment