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

/external/dng_sdk/source/
H A Ddng_pthread.cpp84 struct dng_pthread_cond_impl struct
93 dng_pthread_cond_impl() : head_waiter(NULL), tail_waiter(NULL), broadcast_generation(0) { } function in struct:dng_pthread_cond_impl
94 ~dng_pthread_cond_impl() { } ;
98 dng_pthread_cond_impl &operator=(const dng_pthread_cond_impl &) { }
99 dng_pthread_cond_impl(const dng_pthread_cond_impl &) { } function in struct:dng_pthread_cond_impl
510 result = new(dng_pthread_cond_impl);
573 dng_pthread_cond_impl &real_cond = **cond;
688 dng_pthread_cond_impl
[all...]

Completed in 78 milliseconds