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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/helgrind/tests/
cond_init_destroy.c 6 pthread_cond_destroy(& c);
cond_timedwait_test.c 17 pthread_cond_destroy(&cond);
pth_destroy_cond.stderr.exp 10 Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
12 by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
pth_cond_destroy_busy.stderr.exp 19 by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
34 Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
36 by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
41 Thread #x's call to pthread_cond_destroy failed
44 by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
47 First pthread_cond_destroy() call returned EBUSY.
48 Second pthread_cond_destroy() call returned success.
pth_destroy_cond.c 18 pthread_cond_destroy(&cond); // ERROR!!!
  /external/valgrind/drd/tests/
pth_cond_destroy_busy.stderr.exp 3 at 0x........: pthread_cond_destroy (drd_pthread_intercepts.c:?)
9 First pthread_cond_destroy() call returned EBUSY.
10 Second pthread_cond_destroy() call returned success.
pth_cond_destroy_busy.c 2 * Invoke pthread_cond_destroy() on a condition variable that is being waited
52 ret = pthread_cond_destroy(&s_cond);
53 fprintf(stderr, "First pthread_cond_destroy() call returned %s.\n",
63 ret = pthread_cond_destroy(&s_cond);
64 fprintf(stderr, "Second pthread_cond_destroy() call returned %s.\n",
pth_cond_race.c 54 pthread_cond_destroy(&s_cond);
pth_detached.c 79 pthread_cond_destroy(&s_cond);
thread_name.c 61 pthread_cond_destroy(&s_cond);
  /external/compiler-rt/test/tsan/
cond_destruction.cc 39 pthread_cond_destroy(&c);
43 pthread_cond_destroy(&c);
46 pthread_cond_destroy(&c);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
1-1.c 8 * Test that pthread_cond_destroy()
53 if ((rc = pthread_cond_destroy(&cond1)) != 0) {
60 if ((rc = pthread_cond_destroy(&cond2)) != 0) {
67 if ((rc = pthread_cond_destroy(&cond3)) != 0) {
3-1.c 8 * Test that pthread_cond_destroy()
29 if ((rc = pthread_cond_destroy(&cond)) == 0) {
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
sync.h 41 pthread_cond_destroy(&mCondition);
  /external/google-breakpad/src/common/android/testing/
pthread_fixes.h 85 pthread_cond_destroy(&barrier->cond);
  /external/libusb/libusb/os/
threads_posix.h 45 #define usbi_cond_destroy pthread_cond_destroy
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
4-1.c 8 * Test that when pthread_cond_destroy()
16 * 4. Check that pthread_cond_destroy returns EBUSY
27 #define FUNCTION "pthread_cond_destroy"
78 rc = pthread_cond_destroy(&cond);
  /hardware/intel/common/wrs_omxil_core/utils/src/
workqueue.cpp 41 pthread_cond_destroy(&wcond);
44 pthread_cond_destroy(&paused_wait);
45 pthread_cond_destroy(&executing_wait);
229 pthread_cond_destroy(&complete);
  /system/extras/memory_replay/
Thread.cpp 27 pthread_cond_destroy(&cond_);
  /device/google/marlin/camera/QCamera2/stack/common/
cam_semaphore.h 103 pthread_cond_destroy(&(s->cond));
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_semaphore.h 103 pthread_cond_destroy(&(s->cond));
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_semaphore.h 103 pthread_cond_destroy(&(s->cond));
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
posix_event.hpp 38 ::pthread_cond_destroy(&cond_);
  /external/swiftshader/src/Common/
Thread.cpp 87 pthread_cond_destroy(&handle);
  /frameworks/rs/
rsSignal.cpp 29 pthread_cond_destroy(&mCondition);

Completed in 1222 milliseconds

1 2 3 4 5 6 7 8 91011>>