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 <[email protected]>
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