Difference between revisions of "Terms/Solar Mutex"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New.)
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
; Solar Mutex
 
; Solar Mutex
: The Mutex protecting [[VCL]] not to be entered by multiple threads concurrently. This Mutex needs to be acquired before invoking any [[VCL]] functionality. Access to the Mutex is provided by {{Uno/UDKlink|vcl/svapp.hxx|gsl}} <code>class Application</code>. This Mutex is currently also used to protect most of the code. The [[Effort/Revise_OOo_Multi-Threading|revision of OOos usage/support of multi-threading]] is going to remove the [[Terms/Solar Mutex|Solar Mutex]].
+
: The Mutex protecting [[VCL]] not to be entered by multiple threads concurrently. This Mutex needs to be acquired before invoking any [[VCL]] functionality. Access to the Mutex is provided by {{Uno/UDKlink|vcl/inc/svapp.hxx|gsl}} <code>class Application</code>. This Mutex is currently also used to protect most of the code. The [[Effort/Revise_OOo_Multi-Threading|revision of OOos usage/support of multi-threading]] is going to remove the [[Terms/Solar Mutex|Solar Mutex]].
  
  
 
[[Category:VCL]]
 
[[Category:VCL]]
 
[[Category:Term]]
 
[[Category:Term]]
[[Category:Development]]
+
[[Category:Multi-Threading]]

Latest revision as of 13:43, 28 March 2010

Solar Mutex
The Mutex protecting VCL not to be entered by multiple threads concurrently. This Mutex needs to be acquired before invoking any VCL functionality. Access to the Mutex is provided by gsl/vcl/inc/svapp.hxx class Application. This Mutex is currently also used to protect most of the code. The revision of OOos usage/support of multi-threading is going to remove the Solar Mutex.
Personal tools