OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dng_timespec
(Results
1 - 2
of
2
) sorted by null
/external/dng_sdk/source/
dng_pthread.h
65
struct
dng_timespec
{
struct
119
int dng_pthread_cond_timedwait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, struct
dng_timespec
*latest_time);
182
#define timespec
dng_timespec
dng_pthread.cpp
662
int dng_pthread_cond_timedwait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, struct
dng_timespec
*latest_time)
666
struct
dng_timespec
sys_timespec;
Completed in 282 milliseconds