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

1 2 3 4 5

  /external/valgrind/main/drd/tests/
pth_cond_race.c 54 pthread_cond_destroy(&s_cond);
thread_name.c 57 pthread_cond_destroy(&s_cond);
pth_broadcast.c 35 pthread_cond_destroy(&p->m_cond);
178 pthread_cond_destroy(&s_cond);
monitor_example.cpp 98 pthread_cond_destroy(&m_cond);
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.h 141 pthread_cond_destroy(&assignCond);
142 pthread_cond_destroy(&finishCond);
  /external/chromium/base/synchronization/
condition_variable_posix.cc 27 int rv = pthread_cond_destroy(&condition_);
  /frameworks/base/libs/rs/
rsSignal.cpp 29 pthread_cond_destroy(&mCondition);
  /external/qemu/audio/
audio_pt_int.c 75 err2 = pthread_cond_destroy (&p->cond);
77 logerr (p, err2, "%s(%s): pthread_cond_destroy failed", cap, AUDIO_FUNC);
95 err = pthread_cond_destroy (&p->cond);
97 logerr (p, err, "%s(%s): pthread_cond_destroy failed", cap, AUDIO_FUNC);
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDLOSXCAGuard.c 195 pthread_cond_destroy(&cag->mCondVar);
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_syscond.c 57 pthread_cond_destroy(&cond->cond);
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_syscond.c 61 pthread_cond_destroy(&cond->cond);
  /external/webrtc/src/system_wrappers/source/
condition_variable_linux.cc 79 pthread_cond_destroy(&_cond);
  /external/chromium/third_party/libjingle/source/talk/base/
event.cc 123 pthread_cond_destroy(&event_cond_);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 116 __gthrw3(pthread_cond_destroy)
147 __gthrw(pthread_cond_destroy)
643 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
900 return __gthrw_(pthread_cond_destroy) (__cond);
gthr-posix.h 116 __gthrw3(pthread_cond_destroy)
147 __gthrw(pthread_cond_destroy)
643 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
900 return __gthrw_(pthread_cond_destroy) (__cond);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 129 __gthrw3(pthread_cond_destroy)
160 __gthrw(pthread_cond_destroy)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
913 return __gthrw_(pthread_cond_destroy) (__cond);
gthr-posix.h 129 __gthrw3(pthread_cond_destroy)
160 __gthrw(pthread_cond_destroy)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
913 return __gthrw_(pthread_cond_destroy) (__cond);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 129 __gthrw3(pthread_cond_destroy)
160 __gthrw(pthread_cond_destroy)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
913 return __gthrw_(pthread_cond_destroy) (__cond);
gthr-posix.h 129 __gthrw3(pthread_cond_destroy)
160 __gthrw(pthread_cond_destroy)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
913 return __gthrw_(pthread_cond_destroy) (__cond);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 129 __gthrw3(pthread_cond_destroy)
160 __gthrw(pthread_cond_destroy)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
913 return __gthrw_(pthread_cond_destroy) (__cond);
gthr-posix.h 129 __gthrw3(pthread_cond_destroy)
160 __gthrw(pthread_cond_destroy)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
913 return __gthrw_(pthread_cond_destroy) (__cond);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 129 __gthrw3(pthread_cond_destroy)
160 __gthrw(pthread_cond_destroy)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
913 return __gthrw_(pthread_cond_destroy) (__cond);
gthr-posix.h 129 __gthrw3(pthread_cond_destroy)
160 __gthrw(pthread_cond_destroy)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
913 return __gthrw_(pthread_cond_destroy) (__cond);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 129 __gthrw3(pthread_cond_destroy)
160 __gthrw(pthread_cond_destroy)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
913 return __gthrw_(pthread_cond_destroy) (__cond);
gthr-posix.h 129 __gthrw3(pthread_cond_destroy)
160 __gthrw(pthread_cond_destroy)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
913 return __gthrw_(pthread_cond_destroy) (__cond);

Completed in 2362 milliseconds

1 2 3 4 5