After comitting most of the changes needed for large file and pthread support for our build environment and low level libraries I found the first usage for pthread process shared mutexes, namely replacing all the old hacks with atomic CPU instructions (ldstub, xchg) to lock shared memory arenas.
