HomeSort by: relevance | last modified time | path
    Searched defs:pthread__rwlock_rdlock (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
pthread_rwlock.c 61 static int pthread__rwlock_rdlock(pthread_rwlock_t *, const struct timespec *);
158 pthread__rwlock_rdlock(pthread_rwlock_t *ptr, const struct timespec *ts) function in typeref:typename:int
402 return pthread__rwlock_rdlock(ptr, NULL);
416 return pthread__rwlock_rdlock(ptr, abs_timeout);
pthread_rwlock.c 61 static int pthread__rwlock_rdlock(pthread_rwlock_t *, const struct timespec *);
158 pthread__rwlock_rdlock(pthread_rwlock_t *ptr, const struct timespec *ts) function in typeref:typename:int
402 return pthread__rwlock_rdlock(ptr, NULL);
416 return pthread__rwlock_rdlock(ptr, abs_timeout);

Completed in 23 milliseconds