performed_lock    431 maint/gnulib/tests/test-lock.c gl_lock_define_initialized(static, performed_lock)
performed_lock    436 maint/gnulib/tests/test-lock.c   gl_lock_lock (performed_lock);
performed_lock    438 maint/gnulib/tests/test-lock.c   gl_lock_unlock (performed_lock);
performed_lock    323 maint/gnulib/tests/test-mtx.c static mtx_t performed_lock;
performed_lock    328 maint/gnulib/tests/test-mtx.c   ASSERT (mtx_lock (&performed_lock) == thrd_success);
performed_lock    330 maint/gnulib/tests/test-mtx.c   ASSERT (mtx_unlock (&performed_lock) == thrd_success);
performed_lock    476 maint/gnulib/tests/test-mtx.c   ASSERT (mtx_init (&performed_lock, mtx_plain) == thrd_success);
performed_lock     98 maint/gnulib/tests/test-pthread-once2.c static pthread_mutex_t performed_lock;
performed_lock    103 maint/gnulib/tests/test-pthread-once2.c   ASSERT (pthread_mutex_lock (&performed_lock) == 0);
performed_lock    105 maint/gnulib/tests/test-pthread-once2.c   ASSERT (pthread_mutex_unlock (&performed_lock) == 0);
performed_lock    259 maint/gnulib/tests/test-pthread-once2.c     ASSERT (pthread_mutex_init (&performed_lock, &attr) == 0);