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

/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.cc73 volatile base::subtle::Atomic32 needs_on_demand_update = 0; member in namespace:component_updater::__anon3501
76 // Using NoBarrier, since needs_on_demand_update is standalone and does
78 base::subtle::NoBarrier_Store(&needs_on_demand_update,
378 &component_updater::needs_on_demand_update) != 0;

Completed in 170 milliseconds