Skip to main content

All Questions

1 vote
1 answer
927 views

Non-Recursive vs Recursive Locks?

I am thinking of using non-recursive locks; I have found them to be having performance superiority over the standard recursive locks (e.g. SimpleRWSync). I have mainly been using critical sections but ...
Umair Ahmed's user avatar