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. 3360034b7814d9050


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. 3360034b7814d90503098700fc18bf07c47838c3
Date: Sun, 02 Nov 2014 01:34:29 +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  3360034b7814d90503098700fc18bf07c47838c3 (commit)
      from  58a36b39ff9968d203037db496cedd8acbb969c3 (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 3360034b7814d90503098700fc18bf07c47838c3
Author: Samuel Thibault <address@hidden>
Date:   Sun Nov 2 02:32:07 2014 +0100

    Wake up queued threads without spin lock held
    
    so that they may have a chance to actually preempt us. Otherwise they will
    merely immediately fail to acquire the spin lock, and thus preemption
    will have served no purpose.
    
    * sysdeps/generic/pt-cond-brdcast.c (__pthread_cond_broadcast): Unlock
    cond->__lock while waking the queued thread.

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

Summary of changes:
 sysdeps/generic/pt-cond-brdcast.c |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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