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

  /src/lib/libpthread/
pthread_rwlock.c 60 static int pthread__rwlock_wrlock(pthread_rwlock_t *, const struct timespec *);
277 pthread__rwlock_wrlock(pthread_rwlock_t *ptr, const struct timespec *ts) function in typeref:typename:int
425 return pthread__rwlock_wrlock(ptr, NULL);
439 return pthread__rwlock_wrlock(ptr, abs_timeout);
pthread_rwlock.c 60 static int pthread__rwlock_wrlock(pthread_rwlock_t *, const struct timespec *);
277 pthread__rwlock_wrlock(pthread_rwlock_t *ptr, const struct timespec *ts) function in typeref:typename:int
425 return pthread__rwlock_wrlock(ptr, NULL);
439 return pthread__rwlock_wrlock(ptr, abs_timeout);

Completed in 24 milliseconds