Re: pthread_spin_lock family implementation

2012-04-23 Thread Paul Irofti
On Mon, Apr 23, 2012 at 10:40:27AM +0200, David Coppa wrote: > On Fri, Apr 20, 2012 at 9:47 PM, Brad Smith wrote: > > On 13/04/12 11:37 AM, Paul Irofti wrote: > >> > >> On Fri, Apr 13, 2012 at 05:34:09PM +0300, Paul Irofti wrote: > >>> > >>> Okay? (Yes, I'll do the manpage bits as well). > >> > >>

Re: pthread_spin_lock family implementation

2012-04-23 Thread David Coppa
On Fri, Apr 20, 2012 at 9:47 PM, Brad Smith wrote: > On 13/04/12 11:37 AM, Paul Irofti wrote: >> >> On Fri, Apr 13, 2012 at 05:34:09PM +0300, Paul Irofti wrote: >>> >>> Okay? (Yes, I'll do the manpage bits as well). >> >> >> Now with documentation and style fixes and hppa support. > > > Tested wit

Re: pthread_spin_lock family implementation

2012-04-20 Thread Brad Smith
On 13/04/12 11:37 AM, Paul Irofti wrote: On Fri, Apr 13, 2012 at 05:34:09PM +0300, Paul Irofti wrote: Okay? (Yes, I'll do the manpage bits as well). Now with documentation and style fixes and hppa support. Tested with VLC which will use spin locks if available instead of falling back to mute

Re: pthread_spin_lock family implementation

2012-04-13 Thread Paul Irofti
On Fri, Apr 13, 2012 at 05:34:09PM +0300, Paul Irofti wrote: > Okay? (Yes, I'll do the manpage bits as well). Now with documentation and style fixes and hppa support. Index: lib/libpthread/include/pthread.h === RCS file: /cvs/src/li