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

  /external/chromium_org/base/message_loop/
message_pump_glib.cc 179 bool has_work; member in struct:base::MessagePumpGlib::RunState
222 state_->has_work)
250 state_->has_work = true;
253 if (state_->has_work)
266 state_->has_work = false;
272 state_->has_work = true;
290 state.has_work = false;
  /external/qemu/target-mips/
cpu.h 674 int has_work = 0; local
681 has_work = 1;
685 has_work = 1;
688 return has_work;

Completed in 109 milliseconds