Searched refs:pthread_cond_destroy (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_posix.c282 return (pthread_cond_destroy(c));
332 (void)pthread_cond_destroy(&db_rep->queue_nonempty);
334 (void)pthread_cond_destroy(&db_rep->check_election);
336 (void)pthread_cond_destroy(&db_rep->ack_condition);
362 ret = pthread_cond_destroy(&db_rep->queue_nonempty);
364 if ((t_ret = pthread_cond_destroy(&db_rep->check_election)) != 0 &&
368 if ((t_ret = pthread_cond_destroy(&db_rep->ack_condition)) != 0 &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dthreadmessage.c70 pthread_cond_destroy(&rmq->cond);
89 pthread_cond_destroy(&(*mq)->cond);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/
H A Dos2threads.h122 static av_always_inline int pthread_cond_destroy(pthread_cond_t *cond) function
H A Dw32pthreads.h162 static void pthread_cond_destroy(pthread_cond_t *cond) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dthreads.h116 # define COND_CLEANUP(x) pthread_cond_destroy(&(x))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dthreads.h116 # define COND_CLEANUP(x) pthread_cond_destroy(&(x))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_pthread.c20 #define pthread_cond_destroy(x) 0 macro
29 #define pthread_cond_destroy(x) cond_destroy macro
383 RET_SET((pthread_cond_destroy(&mutexp->cond)), ret);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devthread_pthread.c118 pthread_cond_destroy(cond);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dpthread.c112 pthread_cond_destroy(&c->current_job_cond);
113 pthread_cond_destroy(&c->last_job_cond);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-pthread.c207 PTHREAD_CHECK ("pthread_cond_destroy", pthread_cond_destroy (&cond->cond));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dframe_thread_encoder.c235 pthread_cond_destroy(&c->task_fifo_cond);
236 pthread_cond_destroy(&c->finished_task_cond);
H A Dpthread_slice.c121 pthread_cond_destroy(&c->current_job_cond);
122 pthread_cond_destroy(&c->last_job_cond);
H A Dpthread_frame.c584 pthread_cond_destroy(&p->input_cond);
585 pthread_cond_destroy(&p->progress_cond);
586 pthread_cond_destroy(&p->output_cond);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpthread.c247 pthread_cond_destroy(&c->current_job_cond);
248 pthread_cond_destroy(&c->last_job_cond);
762 pthread_cond_destroy(&p->input_cond);
763 pthread_cond_destroy(&p->progress_cond);
764 pthread_cond_destroy(&p->output_cond);
H A Dw32pthreads.h150 static void pthread_cond_destroy(pthread_cond_t *cond) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dthreads.c76 extern int pthread_cond_destroy ()
336 pthread_cond_destroy(&tok->cv);
867 (pthread_cond_destroy != NULL) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dthreads.c76 extern int pthread_cond_destroy ()
336 pthread_cond_destroy(&tok->cv);
867 (pthread_cond_destroy != NULL) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlock.c242 if (pthread_cond_destroy (&lock->waiting_readers) != 0)
244 if (pthread_cond_destroy (&lock->waiting_writers) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/glthread/
H A Dlock.c267 err = pthread_cond_destroy (&lock->waiting_readers);
270 err = pthread_cond_destroy (&lock->waiting_writers);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlock.c241 if (pthread_cond_destroy (&lock->waiting_readers) != 0)
243 if (pthread_cond_destroy (&lock->waiting_writers) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlock.c241 if (pthread_cond_destroy (&lock->waiting_readers) != 0)
243 if (pthread_cond_destroy (&lock->waiting_writers) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Diec61883.c443 pthread_cond_destroy(&dv->cond);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dthreads.c324 pthread_cond_destroy(&tok->cv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dthreads.c324 pthread_cond_destroy(&tok->cv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dudp.c768 pthread_cond_destroy(&s->cond);
878 pthread_cond_destroy(&s->cond);

Completed in 231 milliseconds

12