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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.cc 29 NaClXMutexCtor(&cond_mu_);
82 NaClXMutexLock(&cond_mu_);
85 NaClXMutexUnlock(&cond_mu_);
95 NaClXMutexLock(&cond_mu_);
101 NaClXMutexUnlock(&cond_mu_);
185 NaClXMutexLock(&cond_mu_);
187 NaClXCondVarWait(&buffer_cond_, &cond_mu_);
196 NaClXMutexUnlock(&cond_mu_);
213 NaClXMutexUnlock(&cond_mu_);
344 nacl::MutexLocker ml(&cond_mu_);
    [all...]
pnacl_translate_thread.h 112 struct NaClMutex cond_mu_; member in class:plugin::PnaclTranslateThread
114 // main thread to the SRPC thread. Protected by cond_mu_

Completed in 46 milliseconds