Home
last modified time | relevance | path

Searched refs:AEMU_SEQLOCK_READ_WITH_RETRY (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/containers/
DHybridEntityManager.h128 AEMU_SEQLOCK_READ_WITH_RETRY(&mEntityManagerLock, in get_const()
180 AEMU_SEQLOCK_READ_WITH_RETRY( in forEachLive_const()
/hardware/google/aemu/base/include/aemu/base/synchronization/
DLock.h314 #define AEMU_SEQLOCK_READ_WITH_RETRY(lock, readStuff) { uint32_t aemu_seqlock_curr_seq; do { \ macro