View Single Post
  #5  
Old 02-08-2002, 09:31 PM
DeletedUser
Fire Beetle
 
Join Date: Sep 2002
Posts: 0
Default

I moved all the mutex/criticalsection calls into a new class Mutex in 2.3... hopefully will make debugging and testing easier (since there'll only be one spot to change something).

For the deadlocking it's probably one of either 2 things:
I dont like the look of the declare statement, it almost looks like it's using it as a local variable instead of the class variable.

The static recursive declaration isnt working right.


Might just fix this problem by writing the mutex class for linux to handel the recursion and use a standard mutex. That would introduce another level of bugs though. :/
Reply With Quote