Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created December 19, 2017 14:44
Show Gist options
  • Save olbrichj/c5c31ba24ba7e21a6c4bd81716d69094 to your computer and use it in GitHub Desktop.
Save olbrichj/c5c31ba24ba7e21a6c4bd81716d69094 to your computer and use it in GitHub Desktop.
var m = pthread_mutex_t()
pthread_mutex_lock(&m)
// do something
pthread_mutex_unlock(&m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment