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

/external/dng_sdk/source/
H A Ddng_pthread.h63 #define DNG_ETIMEDOUT 60 /* Operation timed out */ macro
187 #define ETIMEDOUT DNG_ETIMEDOUT
H A Ddng_pthread.cpp648 return (result == WAIT_TIMEOUT) ? DNG_ETIMEDOUT : 0;

Completed in 26 milliseconds