pthread_mutex_destroy   34 base/synchronization/lock_impl_posix.cc   int rv = pthread_mutex_destroy(&native_handle_);
pthread_mutex_destroy  253 base/threading/thread_perftest.cc     pthread_mutex_destroy(&mutex_);
pthread_mutex_destroy   27 mojo/public/cpp/utility/lib/mutex.cc   int rv = pthread_mutex_destroy(&mutex_);
pthread_mutex_destroy   30 mojo/public/cpp/utility/mutex.h   ~Mutex() { pthread_mutex_destroy(&mutex_); }
pthread_mutex_destroy   26 native_client_sdk/src/libraries/sdk_util/simple_lock.h     pthread_mutex_destroy(&lock_);
pthread_mutex_destroy 1036 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutex_destroy (pthread_mutex_t * mutex);
pthread_mutex_destroy  191 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c 	      result2 = pthread_mutex_destroy (&(cv->mtxUnblockLock));
pthread_mutex_destroy  104 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_destroy.c 	  result1 = pthread_mutex_destroy (&(rwl->mtxSharedAccessCompleted));
pthread_mutex_destroy  105 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_destroy.c 	  result2 = pthread_mutex_destroy (&(rwl->mtxExclusiveAccess));
pthread_mutex_destroy   96 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_init.c   (void) pthread_mutex_destroy (&(rwl->mtxSharedAccessCompleted));
pthread_mutex_destroy   99 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_init.c   (void) pthread_mutex_destroy (&(rwl->mtxExclusiveAccess));
pthread_mutex_destroy   56 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_destroy.c 	  result = pthread_mutex_destroy (&(s->u.mutex));
pthread_mutex_destroy  128 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_destroy.c                   while (pthread_mutex_destroy (&s->lock) == EBUSY);
pthread_mutex_destroy  125 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c 	      (void) pthread_mutex_destroy(&s->lock);
pthread_mutex_destroy  140 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c 		  (void) pthread_mutex_destroy(&s->lock);
pthread_mutex_destroy   36 ppapi/utility/threading/lock.cc   pthread_mutex_destroy(&os_lock_);
pthread_mutex_destroy   65 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_finish(M)	pthread_mutex_destroy (M)
pthread_mutex_destroy   36 third_party/libusb/src/libusb/os/threads_posix.h #define usbi_mutex_destroy		pthread_mutex_destroy
pthread_mutex_destroy  231 third_party/libwebp/utils/thread.c     pthread_mutex_destroy(&worker->mutex_);
pthread_mutex_destroy   68 third_party/libxml/src/threads.c extern int pthread_mutex_destroy ()
pthread_mutex_destroy  224 third_party/libxml/src/threads.c         pthread_mutex_destroy(&tok->lock);
pthread_mutex_destroy  337 third_party/libxml/src/threads.c         pthread_mutex_destroy(&tok->lock);
pthread_mutex_destroy  870 third_party/libxml/src/threads.c             (pthread_mutex_destroy != NULL) &&
pthread_mutex_destroy  297 third_party/protobuf/src/google/protobuf/stubs/common.cc   pthread_mutex_destroy(&mInternal->mutex);
pthread_mutex_destroy  128 third_party/re2/util/mutex.h Mutex::~Mutex()            { SAFE_PTHREAD(pthread_mutex_destroy(&mutex_)); }
pthread_mutex_destroy 17212 third_party/sqlite/amalgamation/sqlite3.c   pthread_mutex_destroy(&p->mutex);
pthread_mutex_destroy  193 third_party/sqlite/src/src/mutex_unix.c   pthread_mutex_destroy(&p->mutex);
pthread_mutex_destroy  303 third_party/sqlite/src/src/test_server.c   pthread_mutex_destroy(&pMsg->clientMutex);
pthread_mutex_destroy  471 third_party/sqlite/src/src/test_thread.c   pthread_mutex_destroy(&un.mutex);
pthread_mutex_destroy  271 third_party/tcmalloc/chromium/src/base/simple_mutex.h Mutex::~Mutex()       { if (destroy_) SAFE_PTHREAD(pthread_mutex_destroy); }
pthread_mutex_destroy  271 third_party/tcmalloc/vendor/src/base/simple_mutex.h Mutex::~Mutex()       { if (destroy_) SAFE_PTHREAD(pthread_mutex_destroy); }