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

  /external/valgrind/main/drd/tests/
annotate_rwlock.c 79 static void rwlock_wrlock(rwlock_t* p) function
133 rwlock_wrlock(&s_rwlock);
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.c 90 static void rwlock_wrlock(rwlock_t* p) function
147 rwlock_wrlock(&s_rwlock);
  /external/elfutils/lib/
eu-config.h 64 # define rwlock_wrlock(lock) RWLOCK_CALL (wrlock (&lock)) macro
75 # define rwlock_wrlock(lock) ((void) (lock)) macro
  /bionic/libc/netbsd/net/
reentrant.h 186 #define rwlock_wrlock(l) __libc_rwlock_wrlock((l)) macro
249 #define rwlock_wrlock(l)

Completed in 118 milliseconds