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

  /external/webp/src/utils/
thread.h 32 HANDLE received_sem_; member in struct:__anon18249
thread.c 79 ok &= (CloseHandle(condition->received_sem_) != 0);
87 condition->received_sem_ = CreateSemaphore(NULL, 0, 1, NULL);
90 condition->received_sem_ == NULL ||
105 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) !=
122 ok &= ReleaseSemaphore(condition->received_sem_, 1, NULL);

Completed in 29 milliseconds