HomeSort by relevance Sort by last modified time
    Searched defs:HAVE_RWLOCK (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/re2/util/
mutex.h 17 #define HAVE_RWLOCK 1
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/
mutex.h 16 #define HAVE_RWLOCK 1
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 205 milliseconds