[Mono-bugs] [Bug 649159] System.Threading.Monitor does not contain TryEnter(*, ref bool) methods
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 25 23:12:00 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=649159
https://bugzilla.novell.com/show_bug.cgi?id=649159#c3
Gonzalo Paniagua Javier <gonzalo at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gonzalo at novell.com
--- Comment #3 from Gonzalo Paniagua Javier <gonzalo at novell.com> 2010-10-26 03:11:59 UTC ---
That would still print 'True'. You need:
lockTaken = false;
lockTaken = TryEnter (...);
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list