mutex (locks)
POSIX Mutexes pthread_mutex
- https://pubs.opengroup.org/onlinepubs/009604499/functions/pthread_mutex_lock.html
- The way posix mutexes are implemented, especially because they require so much semantics, makes them impossible to allocate efficiently