HomeSort by relevance Sort by last modified time
    Searched full:app_mutex (Results 1 - 1 of 1) sorted by null

  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 46 static pthread_mutex_t app_mutex; variable
55 pthread_mutex_lock(&app_mutex);
62 //pthread_cond_wait(&app_cond_v, &app_mutex);
63 rc = pthread_cond_timedwait(&app_cond_v, &app_mutex,&tw);
66 pthread_mutex_unlock(&app_mutex);
73 pthread_mutex_lock(&app_mutex);
75 pthread_cond_wait(&app_cond_v, &app_mutex);
78 pthread_mutex_unlock(&app_mutex);
84 pthread_mutex_lock(&app_mutex);
87 pthread_mutex_unlock(&app_mutex);
    [all...]

Completed in 723 milliseconds