/external/chromium_org/third_party/libwebp/utils/ |
thread.h | 33 HANDLE waiting_sem_; member in struct:__anon14861
|
thread.c | 80 ok &= (CloseHandle(condition->waiting_sem_) != 0); 88 condition->waiting_sem_ = CreateSemaphore(NULL, 0, 1, NULL); 91 if (condition->waiting_sem_ == NULL || 102 if (WaitForSingleObject(condition->waiting_sem_, 0) == WAIT_OBJECT_0) { 118 if (!ReleaseSemaphore(condition->waiting_sem_, 1, NULL))
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_thread.h | 34 HANDLE waiting_sem_; member in struct:__anon24014
|
vp9_thread.c | 83 ok &= (CloseHandle(condition->waiting_sem_) != 0); 91 condition->waiting_sem_ = CreateSemaphore(NULL, 0, 1, NULL); 94 if (condition->waiting_sem_ == NULL || 105 if (WaitForSingleObject(condition->waiting_sem_, 0) == WAIT_OBJECT_0) { 121 if (!ReleaseSemaphore(condition->waiting_sem_, 1, NULL))
|
/external/webp/src/utils/ |
thread.h | 33 HANDLE waiting_sem_; member in struct:__anon31308
|
thread.c | 80 ok &= (CloseHandle(condition->waiting_sem_) != 0); 88 condition->waiting_sem_ = CreateSemaphore(NULL, 0, 1, NULL); 91 if (condition->waiting_sem_ == NULL || 102 if (WaitForSingleObject(condition->waiting_sem_, 0) == WAIT_OBJECT_0) { 118 if (!ReleaseSemaphore(condition->waiting_sem_, 1, NULL))
|