Re: _POSIX_THREAD_PRIO_PROTECT
Andy Shevchenko <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Organization | Teleca Finland Oy |
| Message-ID | <[email protected]> |
On Saturday 28 June 2008 14:32:33 you wrote: > > This patch implements the interfaces needed for mutex priority > > protection. Also included is pthread_mutex_timedlock(), part of the > > advanced realtime set. > > http://www.netbsd.org/~ad/prio_protect.diff > There is a missing bit to the patch that clears elevated priority in > exec(). I've run the VSTHlite on NetBSD with this patch. Results are stored here: http://wiki.netbsd.se/VSTHlite#Results P.S. Patch contains one minor typo: - KASSERT(l->l_auxprio == -1 || l->l_auxpri == l->l_protectprio); + KASSERT(l->l_auxprio == -1 || l->l_auxprio == l->l_protectprio); -- With Best Regards, Andy Shevchenko