Home
last modified time | relevance | path

Searched defs:SEQLOCK_UNLIKELY (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/synchronization/
DLock.h275 # define SEQLOCK_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro
278 # define SEQLOCK_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) macro