Re: _POSIX_THREAD_PRIO_PROTECT
Andrew Doran <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jun 28, 2008 at 10:07:29AM +0000, Andrew Doran 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(). Andrew