librtpi
librtpi copied to clipboard
Real-Time Priority Inheritance C Library Wrapper
Hi everyone, we are currently considering the use of librtpi in a part of our software stack and were wondering what the current status of the project is. Are there...
The current librtpi API creates a strong association between a user mutex and a conditional variable by passing a pointer to the mutex to pi_cond_init() along with the pointer to...
tst-condpi2-orig is the original testcase which demonstrated failure on the previous glibc condvar implementation. We need to add the build steps to Makefile.am. (we'll track if this properly reproduces the...
The test cases from the original mailing list do not reproduce the hang case. The library should include test programs that verify correct functioning.