1
1
Andrew Friedley 836261b85a Fixes ticket 186.
First, move the OPAL_THREAD_LOCK out to the same level as its corresponding UNLOCK.  It was possible to hit the UNLOCK without ever acquiring the lock.

Since the OPAL_THREAD_ADD64() is now protected by this lock, we can just do the decrement non-atomically.

This commit was SVN r11958.
2006-10-03 18:15:26 +00:00
..
2006-08-21 04:05:19 +00:00
2006-10-01 11:51:41 +00:00
2006-10-03 18:15:26 +00:00