Skip to content

Instantly share code, notes, and snippets.

@spetrunia
Created March 20, 2014 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spetrunia/9663128 to your computer and use it in GitHub Desktop.
Save spetrunia/9663128 to your computer and use it in GitHub Desktop.
psergey@pslp2:~/dev2/10.0-noc$ grep -r THR_LOCK_dbug *
dbug/dbug.c:static pthread_mutex_t THR_LOCK_dbug;
dbug/dbug.c: pthread_mutex_init(&THR_LOCK_dbug, NULL);
dbug/dbug.c: pthread_mutex_lock(&THR_LOCK_dbug);
dbug/dbug.c: pthread_mutex_unlock(&THR_LOCK_dbug);
dbug/dbug.c: pthread_mutex_lock(&THR_LOCK_dbug);
dbug/dbug.c: pthread_mutex_lock(&THR_LOCK_dbug);
dbug/dbug.c: pthread_mutex_lock(&THR_LOCK_dbug);
dbug/dbug.c: pthread_mutex_unlock(&THR_LOCK_dbug);
dbug/dbug.c: pthread_mutex_lock(&THR_LOCK_dbug);
dbug/dbug.c: pthread_mutex_unlock(&THR_LOCK_dbug);
dbug/dbug.c: pthread_mutex_lock(&THR_LOCK_dbug);
dbug/dbug.c: pthread_mutex_unlock(&THR_LOCK_dbug);
dbug/dbug.c: pthread_mutex_unlock(&THR_LOCK_dbug);
dbug/dbug.c: pthread_mutex_lock(&THR_LOCK_dbug);
dbug/dbug.c: pthread_mutex_unlock(&THR_LOCK_dbug);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment