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

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/
1-1.c 7 * Test pthread_spin_destroy(pthread_spinlock_t * lock)
9 * pthread_spin_destroy() function shall destroy the spin lock
58 rc = pthread_spin_destroy(&spinlock);
60 printf("Test FAILED: Error at pthread_spin_destroy()"
3-1.c 7 * Test pthread_spin_destroy(pthread_spinlock_t *lock) may fail if:
20 * 3. Create a child thread. The thread call pthread_spin_destroy()
40 rc = pthread_spin_destroy(&spinlock);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
1-1.c 65 rc = pthread_spin_destroy(&spinlock);
67 printf("Error at pthread_spin_destroy(): %d\n", rc);
2-1.c 169 if (pthread_spin_destroy(&(spinlock_data->spinlock)) != 0) {
170 printf("Child: error at pthread_spin_destroy()\n");
2-2.c 175 if (pthread_spin_destroy(&(spinlock_data->spinlock)) != 0) {
176 printf("Child: error at pthread_spin_destroy()\n");
  /bionic/libc/bionic/
pthread_spinlock.cpp 56 int pthread_spin_destroy(pthread_spinlock_t* lock_interface) { function
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
3-1.c 82 pthread_spin_destroy(&spinlock);
3-2.c 70 pthread_spin_destroy(&spinlock);
1-2.c 145 if (pthread_spin_destroy(&spinlock) != 0) {
146 printf("Error at pthread_spin_destroy()");
  /external/valgrind/drd/tests/
pth_spinlock.c 49 pthread_spin_destroy(&s_spinlock);
tsan_thread_wrappers_pthread.h 118 CHECK(0 == pthread_spin_destroy(&mu_));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
1-1.c 121 if (pthread_spin_destroy(&spinlock) != 0) {
122 printf("Error at pthread_spin_destroy()");
1-2.c 140 if (pthread_spin_destroy(&spinlock) != 0) {
141 printf("Error at pthread_spin_destroy()");
3-1.c 69 if (pthread_spin_destroy(&spinlock) != 0) {
70 printf("Error at pthread_spin_destroy()");
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) {
73 int res = REAL(pthread_spin_destroy)(m);
301 INTERCEPT_FUNCTION(pthread_spin_destroy);
  /bionic/libc/include/
pthread.h 220 int pthread_spin_destroy(pthread_spinlock_t* _Nonnull) __INTRODUCED_IN(24);
  /external/valgrind/helgrind/tests/
tc20_verifywrap.c 250 and pthread_spin_destroy(). */
253 pthread_spin_destroy(&srwl1.spinlock);
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 64 assert(0 == pthread_spin_destroy(&mu_));
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_threads.h 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); }
326 // { pthread_spin_destroy( &_M_lock ); }
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_threads.h 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); }
326 // { pthread_spin_destroy( &_M_lock ); }
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_threads.h 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); }
326 // { pthread_spin_destroy( &_M_lock ); }
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 176 CHECK_EQ(pthread_spin_destroy((pthread_spinlock_t*)mtx_), 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h     [all...]

Completed in 1642 milliseconds

1 2