This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-08-13 21:25:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f0f928dce1fcd03ec7259c26b7717690c28a3c5f
opensim
/
ThirdParty
/
SmartThreadPool
History
Tom Grimshaw
ae7c30a0f3
While examining our 10,10,10 issue I discovered that several threads were locked with each other in an unusual place; I've moved the piece of code inside a lock[] context and so far it's looking promising.
2010-05-18 00:07:17 -07:00
..
AssemblyInfo.cs
* Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
2009-02-19 14:51:33 +00:00
CallerThreadContext.cs
…
Exceptions.cs
…
Interfaces.cs
…
PriorityQueue.cs
…
SmartThreadPool.cs
While examining our 10,10,10 issue I discovered that several threads were locked with each other in an unusual place; I've moved the piece of code inside a lock[] context and so far it's looking promising.
2010-05-18 00:07:17 -07:00
STPPerformanceCounter.cs
last round of warning squashing. calling it a day now.
2008-06-27 23:03:39 +00:00
STPStartInfo.cs
…
WIGStartInfo.cs
…
WorkItem.cs
…
WorkItemFactory.cs
…
WorkItemInfo.cs
…
WorkItemsGroup.cs
…
WorkItemsQueue.cs
…