Searched refs:pthread_cond_t (Results 1 - 25 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/
H A Dos2threads.h46 } pthread_cond_t; typedef in typeref:struct:__anon3039
113 static av_always_inline int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr)
122 static av_always_inline int pthread_cond_destroy(pthread_cond_t *cond)
129 static av_always_inline int pthread_cond_signal(pthread_cond_t *cond)
140 static av_always_inline int pthread_cond_broadcast(pthread_cond_t *cond)
151 static av_always_inline int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
H A Dw32pthreads.h60 typedef struct pthread_cond_t { struct
62 } pthread_cond_t; typedef in typeref:struct:pthread_cond_t
66 static void (WINAPI *cond_broadcast)(pthread_cond_t *cond);
67 static void (WINAPI *cond_init)(pthread_cond_t *cond);
68 static void (WINAPI *cond_signal)(pthread_cond_t *cond);
69 static BOOL (WINAPI *cond_wait)(pthread_cond_t *cond, pthread_mutex_t *mutex,
137 static int pthread_cond_init(pthread_cond_t *cond, const void *unused_attr)
162 static void pthread_cond_destroy(pthread_cond_t *cond)
178 static void pthread_cond_broadcast(pthread_cond_t *cond)
209 static int pthread_cond_wait(pthread_cond_t *con
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devthread_pthread.c104 pthread_cond_t *cond = mm_malloc(sizeof(pthread_cond_t));
117 pthread_cond_t *cond = _cond;
125 pthread_cond_t *cond = _cond;
138 pthread_cond_t *cond = _cond;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dw32pthreads.h58 } pthread_cond_t; typedef in typeref:struct:__anon2040
61 static void (WINAPI *cond_broadcast)(pthread_cond_t *cond);
62 static void (WINAPI *cond_init)(pthread_cond_t *cond);
63 static void (WINAPI *cond_signal)(pthread_cond_t *cond);
64 static BOOL (WINAPI *cond_wait)(pthread_cond_t *cond, pthread_mutex_t *mutex,
126 static void pthread_cond_init(pthread_cond_t *cond, const void *unused_attr)
150 static void pthread_cond_destroy(pthread_cond_t *cond)
166 static void pthread_cond_broadcast(pthread_cond_t *cond)
197 static void pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
229 static void pthread_cond_signal(pthread_cond_t *con
[all...]
H A Dpthread.c75 pthread_cond_t last_job_cond;
76 pthread_cond_t current_job_cond;
93 pthread_cond_t input_cond; ///< Used to wait for a new packet from the main thread.
94 pthread_cond_t progress_cond; ///< Used by child threads to wait for progress to change.
95 pthread_cond_t output_cond; ///< Used by the main thread to wait for frames to finish.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.h157 pthread_cond_t wait_for_free;
158 pthread_cond_t wait_for_pending;
184 pthread_cond_t empty;
185 pthread_cond_t full;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dgettext-6-prg.c44 pthread_cond_t waitqueue;
H A Dgettext-7-prg.c44 pthread_cond_t waitqueue;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpthread_slice.c57 pthread_cond_t last_job_cond;
58 pthread_cond_t current_job_cond;
67 pthread_cond_t *progress_cond;
277 p->progress_cond = av_malloc_array(p->thread_count, sizeof(pthread_cond_t));
H A Dvp8.h122 pthread_cond_t cond;
H A Dframe_thread_encoder.c54 pthread_cond_t task_fifo_cond;
58 pthread_cond_t finished_task_cond;
H A Dpthread_frame.c58 pthread_cond_t input_cond; ///< Used to wait for a new packet from the main thread.
59 pthread_cond_t progress_cond; ///< Used by child threads to wait for progress to change.
60 pthread_cond_t output_cond; ///< Used by the main thread to wait for frames to finish.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dthreads.h114 # define COND_TYPE pthread_cond_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dthreads.h114 # define COND_TYPE pthread_cond_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dpthread.c57 pthread_cond_t last_job_cond;
58 pthread_cond_t current_job_cond;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-pthread.c55 pthread_cond_t cond; /**< the condition */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dthreadmessage.c39 pthread_cond_t cond;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/linux/
H A Dproc.c43 pthread_cond_t wait_cond;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/posix/
H A Dproc.c35 pthread_cond_t wait_cond = PTHREAD_COND_INITIALIZER;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drepmgr.h55 typedef pthread_cond_t cond_var_t;
H A Dmutex_int.h24 pthread_cond_t cond; /* Condition variable. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlock.h291 pthread_cond_t waiting_readers; /* waiting readers */
292 pthread_cond_t waiting_writers; /* waiting writers */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/glthread/
H A Dlock.h240 pthread_cond_t waiting_readers; /* waiting readers */
241 pthread_cond_t waiting_writers; /* waiting writers */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlock.h290 pthread_cond_t waiting_readers; /* waiting readers */
291 pthread_cond_t waiting_writers; /* waiting writers */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlock.h290 pthread_cond_t waiting_readers; /* waiting readers */
291 pthread_cond_t waiting_writers; /* waiting writers */

Completed in 368 milliseconds

12