HomeSort by relevance Sort by last modified time
    Searched refs:exit_lock_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc 102 pthread_mutex_lock(&exit_lock_);
104 pthread_cond_wait(&exit_cond_, &exit_lock_);
105 pthread_mutex_unlock(&exit_lock_);
133 pthread_mutex_init(&exit_lock_, NULL);
403 pthread_mutex_lock(&exit_lock_);
405 pthread_mutex_unlock(&exit_lock_);
ps_instance.h 210 pthread_mutex_t exit_lock_; member in class:PSInstance

Completed in 63 milliseconds