commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.5-51-ge971ab1


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-51-ge971ab1
Date: Sat, 16 Nov 2013 12:19:42 +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 "Hurd".

The branch, master has been updated
       via  e971ab1a229d1ef1d5c1e5e1ff52ec597c55270e (commit)
      from  8f39f8bf905ca84db4c853733f6a3d3a3011c237 (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 e971ab1a229d1ef1d5c1e5e1ff52ec597c55270e
Author: Justus Winter <address@hidden>
Date:   Mon Nov 11 20:53:07 2013 +0100

    libports: implement lockless management of threads
    
    ports_manage_port_operations_multithread uses two values, totalthreads
    and nreqthreads, to manage the threads it creates.  Previously a lock
    was used to synchronize the access to them. Use atomic operations
    instead.
    
    * libports/manage-multithread.c (ports_manage_port_operations_multithread):
      Use atomic operations instead of a lock to synchronize the access to
      totalthreads and nreqthreads.

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

Summary of changes:
 libports/manage-multithread.c |   53 ++++++++++++++---------------------------
 1 files changed, 18 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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