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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 475 start_sel_ldr_done_(false),
730 while(!start_sel_ldr_done_ && left_to_wait > 0) {
739 return start_sel_ldr_done_;
744 start_sel_ldr_done_ = true;
service_runtime.h 241 // Mutex and CondVar to protect start_sel_ldr_done_ and nexe_started_.
244 bool start_sel_ldr_done_; member in class:plugin::ServiceRuntime

Completed in 1778 milliseconds