HomeSort by relevance Sort by last modified time
    Searched refs:received_sem_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libwebp/utils/
thread.h 34 HANDLE received_sem_; member in struct:__anon14034
thread.c 81 ok &= (CloseHandle(condition->received_sem_) != 0);
89 condition->received_sem_ = CreateSemaphore(NULL, 0, 1, NULL);
92 condition->received_sem_ == NULL ||
107 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) !=
124 ok &= ReleaseSemaphore(condition->received_sem_, 1, NULL);
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.h 35 HANDLE received_sem_; member in struct:__anon23062
vp9_thread.c 84 ok &= (CloseHandle(condition->received_sem_) != 0);
92 condition->received_sem_ = CreateSemaphore(NULL, 0, 1, NULL);
95 condition->received_sem_ == NULL ||
110 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) !=
127 ok &= ReleaseSemaphore(condition->received_sem_, 1, NULL);
  /external/webp/src/utils/
thread.h 34 HANDLE received_sem_; member in struct:__anon30398
thread.c 81 ok &= (CloseHandle(condition->received_sem_) != 0);
89 condition->received_sem_ = CreateSemaphore(NULL, 0, 1, NULL);
92 condition->received_sem_ == NULL ||
107 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) !=
124 ok &= ReleaseSemaphore(condition->received_sem_, 1, NULL);

Completed in 111 milliseconds