[Mono-bugs] [Bug 24002] New - not all systems have spinlock calls implemented in pthread

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
29 Apr 2002 16:09:23 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by lupus@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=24002

--- shadow/24002	Mon Apr 29 12:09:23 2002
+++ shadow/24002.tmp.30382	Mon Apr 29 12:09:23 2002
@@ -0,0 +1,25 @@
+Bug#: 24002
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lupus@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: not all systems have spinlock calls implemented in pthread
+
+From a mail by Jeff Steele <jsteele@ColoradoCollege.edu>:
+./io-layer/atomic.c:
+I removed the spinlocks.  This is a hack : pthreads doesn't have the
+spinlock calls on ARM, multi-cpus not supported. Should the atomic
+routines be coded in assembly ?  Does it matter ?
+
+We need to add a check in configure and a workaround for it.