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. 01a36d151b82f6034


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. 01a36d151b82f6034c9e8721a5f486ab95254d35
Date: Sun, 02 Nov 2014 14:11:05 +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  01a36d151b82f6034c9e8721a5f486ab95254d35 (commit)
      from  46d3992fea0690f81ed3924a0a13f3aecde809ae (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 01a36d151b82f6034c9e8721a5f486ab95254d35
Author: Samuel Thibault <address@hidden>
Date:   Sun Nov 2 15:07:29 2014 +0100

    Fix safety of pthread_barrier_wait
    
    The barrier queue uses threads' next field, so it can not actually be
    safely walked without holding the barrier lock.
    
    * sysdeps/generic/pt-barrier-wait.c (pthread_barrier_wait): Record an
    array of __pthread to wake while holding the lock, and wake them only
    after unlocking it.

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

Summary of changes:
 sysdeps/generic/pt-barrier-wait.c |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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