[ace-users] ACE_Thread_Mutex + priority inheritance

Sowayan, Abdullah (N-DUA) abdullah.sowayan at lmco.com
Mon Jul 16 13:59:16 CDT 2007


ACE_VERSION: 5.5.9

The constructor of ACE_Thread_Mutex is as follows:

ACE_Thread_Mutex (const ACE_TCHAR *name=0, ACE_mutexattr_t
*attributes=0)

Notice that there is an optional argument called attributes. What I'm
trying to find out if there is a portable way under real-time operating
systems to have ACE_Thread_Mutex employ a priority inheritance protocol
to avoid the potential for priority inversion.

Is such a thing possible in ACE?

Thanks,
Abdul



More information about the Ace-users mailing list