HomeSort by relevance Sort by last modified time
    Searched refs:is_w (Results 1 - 5 of 5) sorted by null

  /external/valgrind/drd/
drd.h 229 * Tell DRD that a reader-writer lock has been acquired. is_w == 1 means that
230 * a write lock has been obtained, is_w == 0 means that a read lock has been
233 #define ANNOTATE_RWLOCK_ACQUIRED(rwlock, is_w) \
235 rwlock, is_w, 0, 0, 0)
254 * Tell DRD that a reader-writer lock is about to be released. is_w == 1 means
255 * that a write lock is about to be released, is_w == 0 means that a read lock
258 #define ANNOTATE_RWLOCK_RELEASED(rwlock, is_w) \
260 rwlock, is_w, 0, 0, 0);
  /external/valgrind/helgrind/
helgrind.h     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 267 uptr is_w) {
269 if (is_w)
276 uptr is_w) {
278 if (is_w)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 132 is_w = obj.writable()
136 if is_w and not obj.accepting:
138 if is_r or is_w:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 132 is_w = obj.writable()
136 if is_w and not obj.accepting:
138 if is_r or is_w:

Completed in 1540 milliseconds