This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sem_trywait changes broke sparc


From: Torvald Riegel <triegel@redhat.com>
Date: Mon, 02 Feb 2015 10:29:14 +0100

> Thanks Dave.  I scanned through the patches you committed and they
> looked good to me.
 
BTW, the original 32-bit sparc semaphore implementation did something
similar, by using an in-semaphore spinlock to implement the
synchronization.

They didn't use the spinlock array, just like my adaptation of your
code does not.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]