HomeSort by relevance Sort by last modified time
    Searched full:pthread_mutex_destroy (Results 26 - 50 of 1316) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
3-1.c 8 * Test that pthread_mutex_destroy()
29 if ((rc = pthread_mutex_destroy(&mutex)) == 0) {
5-1.c 7 * Test that pthread_mutex_destroy()
40 if ((rc = pthread_mutex_destroy(&mutex)) != 0) {
  /external/compiler-rt/test/tsan/
mutex_lock_destroyed.cc 14 pthread_mutex_destroy(m);
mutexset6.cc 50 pthread_mutex_destroy(&mtx1);
51 pthread_mutex_destroy(&mtx2);
free_race.c 34 pthread_mutex_destroy(&mtx);
mutex_cycle_long.c 35 pthread_mutex_destroy(&m[i]);
mutexset1.cc 36 pthread_mutex_destroy(&mtx);
mutexset2.cc 36 pthread_mutex_destroy(&mtx);
mutexset7.cc 19 pthread_mutex_destroy(mtx);
mutexset8.cc 37 pthread_mutex_destroy(mtx);
race_on_mutex.c 38 pthread_mutex_destroy(&Mtx);
  /external/valgrind/helgrind/tests/
pth_destroy_cond.c 36 pthread_mutex_destroy(&mutex);
  /external/webrtc/webrtc/base/
sigslot.cc 41 pthread_mutex_destroy(&m_mutex);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
sync.h 31 pthread_mutex_destroy(&mMutex);
57 pthread_mutex_destroy(&mMutex);
  /system/nfc/halimpl/pn54x/utils/
phNxpNciHal_utils.c 67 if (pthread_mutex_destroy(&pList->mutex) == -1) {
282 pthread_mutex_destroy(&nxpncihal_monitor->reentrance_mutex);
288 pthread_mutex_destroy(&nxpncihal_monitor->concurrency_mutex);
289 pthread_mutex_destroy(&nxpncihal_monitor->reentrance_mutex);
323 pthread_mutex_destroy(&nxpncihal_monitor->concurrency_mutex);
325 pthread_mutex_destroy(&nxpncihal_monitor->reentrance_mutex);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
4-1.c 93 if (pthread_mutex_destroy(&mutex) != 0) {
94 perror("Error in pthread_mutex_destroy().\n");
5-1.c 109 if (pthread_mutex_destroy(&mutex) != 0) {
110 perror("Error in pthread_mutex_destroy().\n");
5-2.c 109 if (pthread_mutex_destroy(&mutex) != 0) {
110 perror("Error in pthread_mutex_destroy().\n");
5-3.c 76 if (pthread_mutex_destroy(&mutex) != 0) {
77 perror("Error in pthread_mutex_destroy().\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/
3-1.c 70 pthread_mutex_destroy(&mutex);
73 perror("Error at pthread_mutex_destroy()\n");
  /frameworks/rs/
rsSignal.cpp 28 pthread_mutex_destroy(&mMutex);
42 pthread_mutex_destroy(&mMutex);
  /external/curl/lib/
curl_threads.h 34 # define Curl_mutex_destroy(m) pthread_mutex_destroy(m)
  /external/jemalloc/test/src/
mtx.c 41 pthread_mutex_destroy(&mtx->lock);
  /external/libchrome/base/synchronization/
lock_impl_posix.cc 34 int rv = pthread_mutex_destroy(&native_handle_);
  /external/libusb/libusb/os/
threads_posix.h 39 #define usbi_mutex_destroy pthread_mutex_destroy

Completed in 699 milliseconds

12 3 4 5 6 7 8 91011>>