HomeSort by relevance Sort by last modified time
    Searched full:pthread_mutex_destroy (Results 51 - 75 of 280) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse-simple.so.0.0 
libpulse-simple.so.0.0.1 
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 123 __gthrw3(pthread_mutex_destroy)
154 __gthrw(pthread_mutex_destroy)
570 * for __gthrw_(pthread_mutex_destroy) to work.
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
772 return __gthrw_(pthread_mutex_destroy) (__mutex);
gthr-posix.h 123 __gthrw3(pthread_mutex_destroy)
154 __gthrw(pthread_mutex_destroy)
570 * for __gthrw_(pthread_mutex_destroy) to work.
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
772 return __gthrw_(pthread_mutex_destroy) (__mutex);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 123 __gthrw3(pthread_mutex_destroy)
154 __gthrw(pthread_mutex_destroy)
570 * for __gthrw_(pthread_mutex_destroy) to work.
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
772 return __gthrw_(pthread_mutex_destroy) (__mutex);
gthr-posix.h 123 __gthrw3(pthread_mutex_destroy)
154 __gthrw(pthread_mutex_destroy)
570 * for __gthrw_(pthread_mutex_destroy) to work.
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
772 return __gthrw_(pthread_mutex_destroy) (__mutex);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 123 __gthrw3(pthread_mutex_destroy)
154 __gthrw(pthread_mutex_destroy)
570 * for __gthrw_(pthread_mutex_destroy) to work.
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
772 return __gthrw_(pthread_mutex_destroy) (__mutex);
gthr-posix.h 123 __gthrw3(pthread_mutex_destroy)
154 __gthrw(pthread_mutex_destroy)
570 * for __gthrw_(pthread_mutex_destroy) to work.
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
772 return __gthrw_(pthread_mutex_destroy) (__mutex);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 123 __gthrw3(pthread_mutex_destroy)
154 __gthrw(pthread_mutex_destroy)
570 * for __gthrw_(pthread_mutex_destroy) to work.
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
772 return __gthrw_(pthread_mutex_destroy) (__mutex);
gthr-posix.h 123 __gthrw3(pthread_mutex_destroy)
154 __gthrw(pthread_mutex_destroy)
570 * for __gthrw_(pthread_mutex_destroy) to work.
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
772 return __gthrw_(pthread_mutex_destroy) (__mutex);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 123 __gthrw3(pthread_mutex_destroy)
154 __gthrw(pthread_mutex_destroy)
570 * for __gthrw_(pthread_mutex_destroy) to work.
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
772 return __gthrw_(pthread_mutex_destroy) (__mutex);
gthr-posix.h 123 __gthrw3(pthread_mutex_destroy)
154 __gthrw(pthread_mutex_destroy)
570 * for __gthrw_(pthread_mutex_destroy) to work.
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
772 return __gthrw_(pthread_mutex_destroy) (__mutex);
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.c 99 /* make pthread_mutex_destroy fail */
102 r= pthread_mutex_destroy( &mx2 ); assert(r);
  /bionic/libc/unistd/
opendir.c 191 pthread_mutex_destroy( &dir->_DIR_lock );
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 682 pthread_mutex_destroy
  /development/ndk/platforms/android-3/include/
pthread.h 162 int pthread_mutex_destroy(pthread_mutex_t *mutex);
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 719 pthread_mutex_destroy
  /development/ndk/platforms/android-5/include/
pthread.h 162 int pthread_mutex_destroy(pthread_mutex_t *mutex);
  /development/ndk/platforms/android-8/include/
pthread.h 162 int pthread_mutex_destroy(pthread_mutex_t *mutex);
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 630 pthread_mutex_destroy
  /external/chromium/third_party/libjingle/source/talk/base/
event.cc 118 pthread_mutex_destroy(&event_mutex_);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_messageQueueLib.c 120 pthread_mutex_destroy(&pQueue->nCriticalSectionMutex);
  /external/libxml2/
threads.c 70 extern int pthread_mutex_destroy ()
226 pthread_mutex_destroy(&tok->lock);
339 pthread_mutex_destroy(&tok->lock);
869 (pthread_mutex_destroy != NULL) &&
  /external/llvm/lib/Support/
Mutex.cpp 104 pthread_mutex_destroy(mutex);
  /external/valgrind/main/drd/tests/
annotate_smart_pointer.cpp 125 { pthread_mutex_destroy(&m_mutex); }

Completed in 486 milliseconds

1 23 4 5 6 7 8 91011>>