jhb 408adb7287 Optimize the adaptive mutex spin a bit. Use a simple while loop with
simple reads (and on IA32, a "pause" instruction for each interation of the
loop) to spin until either the mutex owner field changes, or the lock owner
stops executing.

Suggested by:	tanimura
Tested on:	i386
2002-06-04 21:53:48 +00:00
..
2002-06-04 17:41:47 +00:00
2002-05-16 21:28:32 +00:00
2002-05-24 07:26:17 +00:00
2002-05-24 17:38:01 +00:00
2002-03-20 10:12:07 +00:00
2002-06-01 20:54:21 +00:00