Does RTEMS support the POSIX ; pthread_cond_timedwait() ?
Karel Gardas
kgardas at objectsecurity.com
Fri Feb 10 09:20:13 UTC 2006
On Fri, 10 Feb 2006, Matteo wrote:
>
>
>
> I have to use the pthread_cond_timedwait() but I'm afraid that RTEMS doesn't
> support this POSIX function. Is it true ? Because If I control the function I
> have always a error message, It creates the thread but not timed wait.
> So is it implemented in RTEMS ? Or I have to set some particular condition?
Have you enabled POSIX? It should support it, see:
rtems/cpukit/posix/src/condtimedwait.c
this function seems to be also tested in testsuites/psxtests/psx10, see
also rtems/doc/posix1003.1/compliance_list for more information about
POSIX compliance.
Cheers,
Karel
--
Karel Gardas kgardas at objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com
More information about the users
mailing list