[patch #5379] Implementation of condition_timedwait() in libthreads

2020-01-27 Thread Samuel Thibault
Update of patch #5379 (project hurd): Status:None => Invalid Open/Closed:Open => Closed Wiki-like text discussion box: => Translators are now actually using libpthread :)

[patch #5379] Implementation of condition_timedwait() in libthreads

2006-09-10 Thread anonymous
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

Re: Implementation of condition_timedwait() in libthreads

2006-08-07 Thread Richard Braun
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

Re: Implementation of condition_timedwait() in libthreads

2006-04-16 Thread Richard Braun
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

Implementation of condition_timedwait() in libthreads

2006-04-15 Thread Richard Braun
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