[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
support for PTHREAD_MUTEX_RECURSIVE ?
- Date: Sun, 5 Jul 2009 10:09:13 -0500
- From: joel.sherrill at OARcorp.com (Joel Sherrill)
- Subject: support for PTHREAD_MUTEX_RECURSIVE ?
Till Straumann wrote:
> It seems that rtems-4.9.2 already implements
> support for recursive pthread mutexes under
> the hood and yet there is no static initializer
> nor pthread_mutexattr_settype()/pthread_mutexattr_gettype().
> Wouldn't it be easy and worthwhile to add these?
>
>
Yes. It has been on the todo list but hasn't made
the top.
I don't think it would be difficult to implement but
it would take a bit of time and require adding a test.
The test coverage of the cpukit directories score,
sapi, posix and rtems is ~98.5% and we don't want
any new features to negatively impact that.
--joel
> WKR
> -- Till
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-users
>