HomeSort by relevance Sort by last modified time
    Searched full:pthread_cond_destroy (Results 1 - 25 of 673) 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_cond_destroy_busy.stderr.exp-solaris 8 Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
10 by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
13 First pthread_cond_destroy() call returned success.
14 Second pthread_cond_destroy() call returned success.
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_cond_destroy_busy.stderr.exp-ppc64 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!!!
filter_stderr_solaris 18 'cond_destroy' => 'pthread_cond_destroy@*',
  /external/valgrind/drd/tests/
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_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.stderr.exp-solaris 3 at 0x........: pthread_cond_destroy (drd_pthread_intercepts.c:?)
10 at 0x........: pthread_cond_destroy (drd_pthread_intercepts.c:?)
16 First pthread_cond_destroy() call returned success.
30 at 0x........: pthread_cond_destroy (drd_pthread_intercepts.c:?)
33 Second pthread_cond_destroy() call returned success.
pth_cond_race.c 54 pthread_cond_destroy(&s_cond);
thread_name.c 61 pthread_cond_destroy(&s_cond);
pth_broadcast.c 35 pthread_cond_destroy(&p->m_cond);
178 pthread_cond_destroy(&s_cond);
filter_stderr_solaris 33 'cond_destroy' => 'pthread_cond_destroy',
pth_detached.c 79 pthread_cond_destroy(&s_cond);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
sync.h 41 pthread_cond_destroy(&mCondition);
  /external/compiler-rt/test/tsan/
cond_destruction.cc 39 pthread_cond_destroy(&c);
43 pthread_cond_destroy(&c);
46 pthread_cond_destroy(&c);
  /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_);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
sync.h 56 pthread_cond_destroy(&mCondition);
  /external/drm_hwcomposer/
worker.cpp 43 pthread_cond_destroy(&cond_);
60 pthread_cond_destroy(&cond_);
68 pthread_cond_destroy(&cond_);
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 219 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) {
222 int res = REAL(pthread_cond_destroy)(cond);
323 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2");
  /external/opencv3/3rdparty/libwebp/utils/
thread.c 78 static int pthread_cond_destroy(pthread_cond_t* const condition) { function
94 pthread_cond_destroy(condition);
233 pthread_cond_destroy(&worker->condition_);
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_semaphore.h 77 pthread_cond_destroy(&(s->cond));

Completed in 484 milliseconds

1 2 3 4 5 6 7 8 91011>>