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. e7f324f243f776b27


From: Richard Braun
Subject: [SCM] POSIX threading library branch, master, updated. e7f324f243f776b2729403c55c508d7ceb7b6a01
Date: Fri, 15 Feb 2013 00:52:09 +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  e7f324f243f776b2729403c55c508d7ceb7b6a01 (commit)
      from  5ab516af0779a7fd74ad893c7c67960df6ede065 (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 e7f324f243f776b2729403c55c508d7ceb7b6a01
Author: Richard Braun <address@hidden>
Date:   Fri Feb 15 01:51:28 2013 +0100

    Add pthread_hurd_cond_timedwait_np
    
    This new Hurd-specific function is meant to allow Hurd servers to wait
    for events during a bounded period of time.
    
    * Makefile (libpthread-routines): Add pt-hurd-cond-timedwait.
    * Versions: Include pthread_hurd_cond_timedwait_np in version GLIBC_2.17
    of libpthread.
    * sysdeps/mach/hurd/bits/pthread-np.h (pthread_hurd_cond_timedwait_np): New
    declaration.
    * sysdeps/mach/hurd/pt-hurd-cond-timedwait.c: New file that provides
    __pthread_hurd_cond_timedwait_internal and __pthread_hurd_cond_timedwait_np.
    * sysdeps/mach/hurd/pt-hurd-cond-wait.c (__pthread_hurd_cond_wait_np):
    Rewrite as a call to __pthread_hurd_cond_timedwait_internal with no timeout.

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

Summary of changes:
 Makefile                                   |    1 +
 Versions                                   |    1 +
 sysdeps/mach/hurd/bits/pthread-np.h        |    6 +
 sysdeps/mach/hurd/pt-hurd-cond-timedwait.c |  169 ++++++++++++++++++++++++++++
 sysdeps/mach/hurd/pt-hurd-cond-wait.c      |   76 ++-----------
 5 files changed, 189 insertions(+), 64 deletions(-)
 create mode 100644 sysdeps/mach/hurd/pt-hurd-cond-timedwait.c


hooks/post-receive
-- 
POSIX threading library



reply via email to

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