Searched defs:pthread_cond_t (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_thread.h38 } pthread_cond_t; typedef in typeref:struct:__anon1137
96 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) {
104 static INLINE int pthread_cond_init(pthread_cond_t *const condition,
119 static INLINE int pthread_cond_signal(pthread_cond_t *const condition) {
132 static INLINE int pthread_cond_wait(pthread_cond_t *const condition,
170 pthread_cond_t condition_;

Completed in 48 milliseconds