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

  /bionic/libc/bionic/
pthread_rwlock.cpp 254 int pthread_rwlock_destroy(pthread_rwlock_t* rwlock_interface) { function
  /external/dng_sdk/source/
dng_pthread.h 227 #define pthread_rwlock_destroy dng_pthread_rwlock_destroy macro
  /external/bison/lib/glthread/
lock.h 132 # pragma weak pthread_rwlock_destroy macro
199 (pthread_in_use () ? pthread_rwlock_destroy (LOCK) : 0)
    [all...]

Completed in 230 milliseconds