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

  /bionic/libc/bionic/
pthread-rwlocks.c 106 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr) function
  /external/bison/lib/glthread/
lock.h 128 # pragma weak pthread_rwlock_init macro
191 (pthread_in_use () ? pthread_rwlock_init (LOCK, NULL) : 0)
    [all...]

Completed in 1251 milliseconds