Update of patch #5379 (project hurd):
Status:None => Invalid
Open/Closed:Open => Closed
Wiki-like text discussion box: => Translators are now
actually using libpthread :)
URL:
<http://savannah.gnu.org/patch/?5379>
Summary: Implementation of condition_timedwait() in
libthreads
Project: The GNU Hurd
Submitted by: None
Submitted on: Sunday 09/10/2006 at 11:48 UTC
Category
On Sun, Apr 16, 2006 at 12:50:47AM +0200, Richard Braun wrote:
> Hello,
>
> During my work on the BPF translator, I was told translators shouldn't
> use pthreads for now. So I switched to cthreads and noticed there was
> no condition_timedwait() function. Here is a patch that adds this
> function
On Sun, Apr 16, 2006 at 12:50:47AM +0200, Richard Braun wrote:
> Hello,
>
> During my work on the BPF translator, I was told translators shouldn't
> use pthreads for now. So I switched to cthreads and noticed there was
> no condition_timedwait() function. Here is a patch that adds this
> function
Hello,
During my work on the BPF translator, I was told translators shouldn't
use pthreads for now. So I switched to cthreads and noticed there was
no condition_timedwait() function. Here is a patch that adds this
function to the Hurd. I wasn't brave enough to write
hurd_condition_timedwait() - a