Searched refs:exit_cond_lock (Results 1 - 1 of 1) sorted by relevance

/external/libusb/examples/
H A Ddpfp_threaded.c71 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 85 milliseconds