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

/art/runtime/
H A Dthread.cc1562 Atomic<Closure*>* atomic_func = reinterpret_cast<Atomic<Closure*>*>(&tlsPtr_.flip_function); local
1565 func = atomic_func->LoadRelaxed();
1569 } while (!atomic_func->CompareAndSetWeakSequentiallyConsistent(func, nullptr));
1576 Atomic<Closure*>* atomic_func = reinterpret_cast<Atomic<Closure*>*>(&tlsPtr_.flip_function); local
1577 atomic_func->StoreSequentiallyConsistent(function);

Completed in 99 milliseconds