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

  /external/libusb/examples/
dpfp_threaded.c 71 static pthread_mutex_t exit_cond_lock = PTHREAD_MUTEX_INITIALIZER; variable
504 pthread_mutex_lock(&exit_cond_lock);
505 pthread_cond_wait(&exit_cond, &exit_cond_lock);
506 pthread_mutex_unlock(&exit_cond_lock);

Completed in 55 milliseconds