HomeSort by relevance Sort by last modified time
    Searched refs:exit_cond_lock (Results 1 - 2 of 2) 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);
  /external/libusb_aah/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 120 milliseconds