_POSIX_THREAD_PRIO_PROTECT
Andrew Doran <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, 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 Any comments? Andrew