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

  /external/valgrind/main/drd/tests/
annotate_rwlock.c 47 static void rwlock_destroy(rwlock_t* p) function
157 rwlock_destroy(&s_rwlock);
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.c 57 static void rwlock_destroy(rwlock_t* p) function
171 rwlock_destroy(&s_rwlock);
  /bionic/libc/netbsd/net/
reentrant.h 190 #define rwlock_destroy(l) __libc_rwlock_destroy((l)) macro
253 #define rwlock_destroy(l)
  /external/openssl/crypto/threads/
th-lock.c 196 rwlock_destroy(&(lock_cs[i]));
  /external/bison/lib/glthread/
lock.h 510 # pragma weak rwlock_destroy macro
558 (thread_in_use () ? rwlock_destroy (LOCK) : 0)
    [all...]

Completed in 106 milliseconds