Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_pthread.h76 #define DNG_ETIMEDOUT 60 /* Operation timed out */ macro
192 #define ETIMEDOUT DNG_ETIMEDOUT
Ddng_pthread.cpp648 return (result == WAIT_TIMEOUT) ? DNG_ETIMEDOUT : 0; in cond_wait_internal()