The purpose of this repository is gain a little experience with clang's thread-safety analysis feature by extending the example code provided at the project website.
The reason for interest is to learn to annotate and analyze the librtpi alternative pthread library which thread sanitizer (TSAN) is unable to comprehend.
The code written by me is covered by GPLv2. The code which I copied from llvm.org is copied by the LICENSE.TXT file.