Then again, you cannot use the ampersand operator with pthread_mutex_lock()
(and generally with low-level locks and atomics). This is a programming error that everybody makes. See this, this and this .
8 Likes