Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/synchronization/
DLock.h274 # define SEQLOCK_LIKELY( exp ) (__builtin_expect( !!(exp), true )) macro
277 # define SEQLOCK_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) macro