On 23 June 2010 20:10, Joerg Goltermann <[email protected]> wrote:
> Hello,
>
> I am working on a port and need the POSIX function sem_timedwait. Does anyone
> have a nice/simple idea how to mimic this function? Is anyone working on an
> implementation in libpthread?
>
> Kind regards,
>
> Joerg Goltermann
>
>

Why don't you just loop on a sem_trywait() with a usleep() on it ?

Reply via email to