]> granicus.if.org Git - libevent/commit
Add support for priority inheritance
authorAndre Pereira Azevedo Pinto <andrep@lyft.com>
Thu, 5 Dec 2019 01:56:54 +0000 (17:56 -0800)
committerAndre Pereira Azevedo Pinto <andrep@lyft.com>
Mon, 9 Dec 2019 22:55:31 +0000 (14:55 -0800)
commitf76456b0dc14fb7c5fa55f815512b2ed07df4706
tree0404f2468b74ad3049d5f22c18cb6b9206acffb8
parent8f13c170cf6e9a02dec410b967884ec5e08947ab
Add support for priority inheritance

Add support for posix mutex priority inheritance. This is important to
avoid priority inversion in systems running with threads with different
priorities.

Signed-off-by: Andre Azevedo <andre.azevedo@gmail.com>
evthread_pthread.c
include/event2/thread.h
test/regress.h
test/regress_main.c
test/regress_thread.c