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

/external/qemu/target-mips/
H A Dexec.h38 int has_work = 0; local
45 has_work = 1;
49 has_work = 1;
52 return has_work;
/external/chromium/base/
H A Dmessage_pump_glib.cc140 bool has_work; member in struct:base::MessagePumpForUI::RunState
191 state.has_work = false;
244 state_->has_work)
267 state_->has_work = true;
270 if (state_->has_work)
283 state_->has_work = false;
289 state_->has_work = true;

Completed in 53 milliseconds