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

/external/chromium_org/third_party/re2/util/
H A Dmutex.h17 #define HAVE_RWLOCK 1 macro
22 #elif defined(HAVE_PTHREAD) && defined(HAVE_RWLOCK)
24 // out, but then you'd have to unset HAVE_RWLOCK (at least on linux -- it
107 #elif defined(HAVE_PTHREAD) && defined(HAVE_RWLOCK)
/external/regex-re2/util/
H A Dmutex.h16 #define HAVE_RWLOCK 1 macro
20 #elif defined(HAVE_PTHREAD) && defined(HAVE_RWLOCK)
22 // out, but then you'd have to unset HAVE_RWLOCK (at least on linux -- it
103 #elif defined(HAVE_PTHREAD) && defined(HAVE_RWLOCK)

Completed in 126 milliseconds