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

  /bionic/libc/upstream-netbsd/android/include/
reentrant.h 38 #define rwlock_wrlock pthread_rwlock_wrlock macro
  /external/valgrind/drd/tests/
annotate_rwlock.c 79 static void rwlock_wrlock(rwlock_t* p) function
133 rwlock_wrlock(&s_rwlock);
  /external/valgrind/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 41 # define rwlock_wrlock(lock) RWLOCK_CALL (wrlock (&lock)) macro
51 # define rwlock_wrlock(lock) ((void) (lock)) macro
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
reentrant.h 186 #define rwlock_wrlock(l) __libc_rwlock_wrlock((l)) macro
249 #define rwlock_wrlock(l)

Completed in 207 milliseconds