OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:funcret
(Results
1 - 1
of
1
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Event.c
172
int
funcret
= 0;
local
203
funcret
= pthread_cond_timedwait(&event->condition, (pthread_mutex_t *)(event->mutex), &timeout);
204
if ((!event->signal) && (
funcret
== ETIMEDOUT)) {
Completed in 115 milliseconds