Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmframebuffer.h87 int WaitReleased(int timeout_milliseconds) { in WaitReleased()
93 int ret = sync_wait(release_fence_fd_, timeout_milliseconds); in WaitReleased()
/external/dng_sdk/source/
Ddng_pthread.cpp571 … cond_wait_internal(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, int timeout_milliseconds) in cond_wait_internal() argument
603 DWORD result = ::WaitForSingleObject(semaphore, timeout_milliseconds); in cond_wait_internal()