HomeSort by relevance Sort by last modified time
    Searched refs:pthread_mutex_destroy (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
15-1-buildonly.c 10 int pthread_mutex_destroy(pthread_mutex_t *);
20 pthread_mutex_destroy(&a);
  /external/compiler-rt/test/tsan/
mutex_destroy_locked.cc 9 pthread_mutex_destroy(&m);
14 // CHECK: #0 pthread_mutex_destroy
mutex_cycle2.c 32 pthread_mutex_destroy(&mu1);
33 pthread_mutex_destroy(&mu2);
mutexset3.cc 43 pthread_mutex_destroy(&mtx1);
44 pthread_mutex_destroy(&mtx2);
mutexset4.cc 43 pthread_mutex_destroy(&mtx1);
44 pthread_mutex_destroy(&mtx2);
mutexset5.cc 44 pthread_mutex_destroy(&mtx1);
45 pthread_mutex_destroy(&mtx2);
mutex_lock_destroyed.cc 14 pthread_mutex_destroy(m);
race_on_mutex2.c 18 pthread_mutex_destroy(&Mtx);
must_deadlock.cc 46 pthread_mutex_destroy(&mu1);
47 pthread_mutex_destroy(&mu2);
mutexset6.cc 50 pthread_mutex_destroy(&mtx1);
51 pthread_mutex_destroy(&mtx2);
free_race.c 34 pthread_mutex_destroy(&mtx);
longjmp3.cc 27 pthread_mutex_destroy(&mtx);
48 // CHECK: #0 pthread_mutex_destroy
longjmp4.cc 30 pthread_mutex_destroy(&mtx);
51 // CHECK: #0 pthread_mutex_destroy
mutexset1.cc 36 pthread_mutex_destroy(&mtx);
mutexset2.cc 36 pthread_mutex_destroy(&mtx);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
1-1.c 8 * Test that pthread_mutex_destroy()
53 if ((rc = pthread_mutex_destroy(&mutex1)) != 0) {
60 if ((rc = pthread_mutex_destroy(&mutex2)) != 0) {
67 if ((rc = pthread_mutex_destroy(&mutex3)) != 0) {
2-1.c 8 * Test pthread_mutex_destroy() that
28 if (pthread_mutex_destroy(&mutex) != 0) {
3-1.c 8 * Test that pthread_mutex_destroy()
29 if ((rc = pthread_mutex_destroy(&mutex)) == 0) {
  /device/linaro/poplar/wifi/wifi_hal/
sync.h 33 pthread_mutex_destroy(&mMutex);
59 pthread_mutex_destroy(&mMutex);
  /external/clang/test/Analysis/
pthreadlock.c 92 pthread_mutex_destroy(&mtx1); // no-warning
98 pthread_mutex_destroy(&mtx1); // no-warning
99 pthread_mutex_destroy(&mtx2); // no-warning
106 pthread_mutex_destroy(&mtx1); // no-warning
113 pthread_mutex_destroy(&mtx1); // no-warning
115 pthread_mutex_destroy(&mtx2); // no-warning
123 pthread_mutex_destroy(&mtx1); // no-warning
142 pthread_mutex_destroy(&mtx1); // no-warning
149 pthread_mutex_destroy(&mtx1); // no-warning
151 pthread_mutex_destroy(&mtx2); // no-warnin
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
posix_mutex.hpp 42 ::pthread_mutex_destroy(&mutex_); // Ignore EBUSY.
  /external/webrtc/webrtc/system_wrappers/source/
critical_section_posix.cc 28 (void) pthread_mutex_destroy(&mutex_);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-pthread-lock.h 23 extern int pthread_mutex_destroy(pthread_mutex_t *);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
4-1.c 43 pthread_mutex_destroy(&mutex);
  /external/mesa3d/src/intel/vulkan/tests/
state_pool.c 56 pthread_mutex_destroy(&device.mutex);

Completed in 785 milliseconds

1 2 3 4 5 6 7 8 91011