Home
last modified time | relevance | path

Searched defs:dng_pthread_cond_impl (Results 1 – 1 of 1) 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
99 dng_pthread_cond_impl(const dng_pthread_cond_impl &) { } in dng_pthread_cond_impl() argument