commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] POSIX threading library branch, master, updated. db7bf9590dc08a72d


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. db7bf9590dc08a72de9a9c46db7937188156fa2e
Date: Sun, 27 Nov 2011 17:40:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "POSIX threading library".

The branch, master has been updated
       via  db7bf9590dc08a72de9a9c46db7937188156fa2e (commit)
      from  1d5bf69f1abd4bb556688b5af9ec2973fd5b3943 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit db7bf9590dc08a72de9a9c46db7937188156fa2e
Author: Samuel Thibault <address@hidden>
Date:   Sun Nov 27 18:39:25 2011 +0100

    Fix __mutex_unlock_solid safety
    
    libc releases the spinlock before calling __mutex_unlock_solid, so we have 
to
    try to reacquire it before possibly giving it to some blocked thread.
    
    * pthread/cthreads-compat.c (__mutex_unlock_solid): Call
    __pthread_spin_trylock before calling __pthread_mutex_unlock.

-----------------------------------------------------------------------

Summary of changes:
 pthread/cthreads-compat.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]