Code review comment for ~dirk.zimoch/epics-base:epicsMutexPriorityInheritance

Revision history for this message
mdavidsaver (mdavidsaver) wrote :

To expand, I take it you're referring to the change which replaces

> osdPosixMutexInit(&spin->lock, 0);

calls with

> osdPosixMutexInit(&spin->lock, PTHREAD_MUTEX_DEFAULT);

Where RTEMS 5 has

> .../include/sys/_pthreadtypes.h:#define PTHREAD_MUTEX_DEFAULT 3

This is a simple enough change, and the exact timetable for RTEMS5 support is uncertain enough to me, that I think it should be applied on 7.0 soon. Do you (ANJ) want to do this? If not, then I will.

« Back to merge proposal