Home
last modified time | relevance | path

Searched refs:dng_pthread_cond_impl (Results 1 – 2 of 2) sorted by relevance

/external/dng_sdk/source/
Ddng_pthread.cpp84 struct dng_pthread_cond_impl struct
93 dng_pthread_cond_impl() : head_waiter(NULL), tail_waiter(NULL), broadcast_generation(0) { } in dng_pthread_cond_impl() argument
94 ~dng_pthread_cond_impl() { } ; in ~dng_pthread_cond_impl() argument
98 dng_pthread_cond_impl &operator=(const dng_pthread_cond_impl &);
99 dng_pthread_cond_impl(const dng_pthread_cond_impl &) { } in dng_pthread_cond_impl() function
510 result = new(dng_pthread_cond_impl); in dng_pthread_cond_init()
573 dng_pthread_cond_impl &real_cond = **cond; in cond_wait_internal()
688 dng_pthread_cond_impl &real_cond = **cond; in dng_pthread_cond_signal()
720 dng_pthread_cond_impl &real_cond = **cond; in dng_pthread_cond_broadcast()
827 dng_pthread_cond_impl read_wait;
[all …]
Ddng_pthread.h71 typedef struct dng_pthread_cond_impl *dng_pthread_cond_t;
76 #define DNG_PTHREAD_COND_INITIALIZER ((struct dng_pthread_cond_impl *)-1)