Searched defs:atomic_func (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc859 Atomic<Closure*>* atomic_func = reinterpret_cast<Atomic<Closure*>*>(&tlsPtr_.flip_function); local
862 func = atomic_func->LoadRelaxed();
866 } while (!atomic_func->CompareExchangeWeakSequentiallyConsistent(func, nullptr));
873 Atomic<Closure*>* atomic_func = reinterpret_cast<Atomic<Closure*>*>(&tlsPtr_.flip_function); local
874 atomic_func->StoreSequentiallyConsistent(function);

Completed in 161 milliseconds