Parallel Programming - OpenMP, PThreads, & MPI in Ardour

Just wondering to what degree any parallel programming languages are being used in Ardour?

@brian10: we use pthreads (and thing wrappers thereof). we do not use message passing APIs and almost certainly never will.