Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_thread.h36 HANDLE received_sem_; member
99 ok &= (CloseHandle(condition->received_sem_) != 0); in pthread_cond_destroy()
108 condition->received_sem_ = CreateSemaphore(NULL, 0, 1, NULL); in pthread_cond_init()
111 condition->received_sem_ == NULL || in pthread_cond_init()
126 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) != in pthread_cond_signal()
143 ok &= ReleaseSemaphore(condition->received_sem_, 1, NULL); in pthread_cond_wait()