Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/common/
Dcam_cond.h23 pthread_condattr_t cond_attr; \
24 rc = pthread_condattr_init(&cond_attr); \
26 rc = pthread_condattr_setclock(&cond_attr, CLOCK_MONOTONIC); \
28 rc = pthread_cond_init(cond, &cond_attr); \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_thread.h105 void* cond_attr) { in pthread_cond_init() argument
106 (void)cond_attr; in pthread_cond_init()