aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Watchdog.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into bigmergeMelanie2011-10-261-8/+0
|\
* \ Merge branch 'master' into bigmergeMelanie2011-10-261-16/+86
|\ \ | |/
| * Restart the event queue worker threads that I accidentally disabled earlier t...Justin Clark-Casey (justincc)2011-10-251-2/+2
| * In Watchdog, add ability to specific timeout for a thread.Justin Clark-Casey (justincc)2011-10-251-16/+56
| * Add m_threads dictionary locking to Watchdog.GetThreads()Justin Clark-Casey (justincc)2011-10-251-1/+2
| * Add "threads abort <thread-id>" simulator console command that allows us to a...Justin Clark-Casey (justincc)2011-10-251-2/+23
* | Prevent a null ref when an avatar login doesn't go as plannedMelanie2010-12-221-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-141-2/+12
|\ \ | |/
| * Fix "show threads" to show threads now being managed by OpenSim.Framework.Wat...Justin Clark-Casey (justincc)2010-09-141-2/+12
* | don't mask current time reads (since we don't mask the corresponding subtract)Mike Rieker2010-08-031-3/+3
|/
* * Changed the watchdog timer to improve the speed of UpdateThread(), only tra...John Hurliman2009-10-261-30/+30
* Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman2009-10-221-0/+183