OpenSimMirror/OpenSim/Region/ScriptEngine
Justin Clark-Casey (justincc) 9ab580d1ea Extend default 1 second wait for event completion to other thread script reset (as called by llResetOtherScript()).
As with script stop (via llDie()) aborting other scripts event threads, llResetOtherScript() can also abort any current event thread on another script.
On mono 2.6, 2.10 and possibly later this may cause locking problems in certain code areas.
This commit reuses the recently introduced [XEngine] WaitForEventCompletionOnScriptStop to make this a 1 sec timeout, rather than 0 secs.
2012-12-17 22:53:40 +00:00
..
Interfaces Extend default 1 second wait for event completion to other thread script reset (as called by llResetOtherScript()). 2012-12-17 22:53:40 +00:00
Shared Extend default 1 second wait for event completion to other thread script reset (as called by llResetOtherScript()). 2012-12-17 22:53:40 +00:00
XEngine Extend default 1 second wait for event completion to other thread script reset (as called by llResetOtherScript()). 2012-12-17 22:53:40 +00:00