Searched refs:received_sem_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.h35 HANDLE received_sem_; member in struct:__anon13136
98 ok &= (CloseHandle(condition->received_sem_) != 0);
107 condition->received_sem_ = CreateSemaphore(NULL, 0, 1, NULL);
110 condition->received_sem_ == NULL ||
125 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) !=
142 ok &= ReleaseSemaphore(condition->received_sem_, 1, NULL);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.h36 HANDLE received_sem_; member in struct:__anon24929
99 ok &= (CloseHandle(condition->received_sem_) != 0);
108 condition->received_sem_ = CreateSemaphore(NULL, 0, 1, NULL);
111 condition->received_sem_ == NULL ||
126 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) !=
143 ok &= ReleaseSemaphore(condition->received_sem_, 1, NULL);
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.c28 HANDLE received_sem_; member in struct:__anon13304
101 ok &= (CloseHandle(condition->received_sem_) != 0);
109 condition->received_sem_ = CreateSemaphore(NULL, 0, 1, NULL);
112 condition->received_sem_ == NULL ||
127 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) !=
144 ok &= ReleaseSemaphore(condition->received_sem_, 1, NULL);
/external/webp/src/utils/
H A Dthread.c28 HANDLE received_sem_; member in struct:__anon33401
101 ok &= (CloseHandle(condition->received_sem_) != 0);
109 condition->received_sem_ = CreateSemaphore(NULL, 0, 1, NULL);
112 condition->received_sem_ == NULL ||
127 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) !=
144 ok &= ReleaseSemaphore(condition->received_sem_, 1, NULL);

Completed in 152 milliseconds