Searched defs:pthread_cond_t (Results 1 - 4 of 4) sorted by relevance

/external/webp/src/utils/
H A Dthread_utils.c29 typedef CONDITION_VARIABLE pthread_cond_t; typedef
35 } pthread_cond_t; typedef in typeref:struct:__anon24259
55 pthread_cond_t condition_;
131 static int pthread_cond_destroy(pthread_cond_t* const condition) {
143 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) {
161 static int pthread_cond_signal(pthread_cond_t* const condition) {
178 static int pthread_cond_wait(pthread_cond_t* const condition,
/external/dng_sdk/source/
H A Ddng_pthread.h177 #define pthread_cond_t dng_pthread_cond_t macro
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h39 typedef CONDITION_VARIABLE pthread_cond_t; typedef
45 } pthread_cond_t; typedef in typeref:struct:__anon12009
132 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) {
144 static INLINE int pthread_cond_init(pthread_cond_t *const condition,
162 static INLINE int pthread_cond_signal(pthread_cond_t *const condition) {
179 static INLINE int pthread_cond_wait(pthread_cond_t *const condition,
212 } pthread_cond_t; typedef in typeref:struct:__anon12010
281 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) {
288 static INLINE int pthread_cond_init(pthread_cond_t *const condition,
304 static INLINE int pthread_cond_signal(pthread_cond_t *cons
[all...]
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c499 } pthread_cond_t; typedef in typeref:struct:__anon23812

Completed in 217 milliseconds