Skip to content

Instantly share code, notes, and snippets.

@IshJ
Created September 8, 2016 16:13
Show Gist options
  • Save IshJ/2034d3ec915a984ee56de5a8523dc712 to your computer and use it in GitHub Desktop.
Save IshJ/2034d3ec915a984ee56de5a8523dc712 to your computer and use it in GitHub Desktop.
pthread_mutex_lock(&total_mutex);
totalCount++;
pthread_mutex_unlock(&total_mutex);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment