commit-hurd
[Top][All Lists]
Advanced

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

[SCM] POSIX threading library branch, pthread_hurd_cond_timedwait_np, cr


From: Richard Braun
Subject: [SCM] POSIX threading library branch, pthread_hurd_cond_timedwait_np, created. 87e9dfeae82e35cff3d7690e3e8e631d408cf665
Date: Sun, 10 Feb 2013 19:23:53 +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, pthread_hurd_cond_timedwait_np has been created
        at  87e9dfeae82e35cff3d7690e3e8e631d408cf665 (commit)

- Log -----------------------------------------------------------------
commit 87e9dfeae82e35cff3d7690e3e8e631d408cf665
Author: Richard Braun <address@hidden>
Date:   Sun Feb 10 19:59:24 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.

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


hooks/post-receive
-- 
POSIX threading library



reply via email to

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