~dirk.zimoch/epics-base:epicsMutexPriorityInheritance

Last commit made on 2021-02-08
Get this branch:
git clone -b epicsMutexPriorityInheritance https://git.launchpad.net/~dirk.zimoch/epics-base
Only Dirk Zimoch can upload to this branch. If you are Dirk Zimoch please log in for upload directions.

Branch merges

Branch information

Name:
epicsMutexPriorityInheritance
Repository:
lp:~dirk.zimoch/epics-base

Recent commits

4855d9e... by Dirk Zimoch

use pthread_setschedparam() instead of sched_setscheduler() because of OSX

786de29... by Dirk Zimoch

run epicsMutexPriorityInversionTest only if we have priority scheduling enabled

5ff7658... by Dirk Zimoch

add missing pthread.h

b324abe... by Dirk Zimoch

fix typo in GLIBC version check

a97e5af... by Dirk Zimoch

Do not rely on __GLIBC_PREREQ macro

53fcc93... by Dirk Zimoch

fix bug in commit 5ee60a: We need a mutex attribute for non-recursive, PI enabled mutexes

b410ce8... by Dirk Zimoch

don't destroy mutex when init failed

855519c... by Dirk Zimoch

No need to include features.h directly. And may fail on some OS.

b0f1271... by Dirk Zimoch

define _GNU_SOURCE for all platforms to make sure all needed posix functions are available

30a2421... by Dirk Zimoch

check at run-time if PTHREAD_PRIO_INHERIT actually works