Searched refs:pthread_rwlock_timedrdlock (Results 1 – 5 of 5) sorted by relevance
4 return pthread_rwlock_timedrdlock(rw, 0); in pthread_rwlock_rdlock()
3 int pthread_rwlock_timedrdlock(pthread_rwlock_t* restrict rw, const struct timespec* restrict at) { in pthread_rwlock_timedrdlock() function
118 int pthread_rwlock_timedrdlock(pthread_rwlock_t* __restrict, const struct timespec* __restrict);
780 int ret = pthread_rwlock_timedrdlock(&acpi_spinlock_lock, &then); in AcpiOsAcquireMutex()
99 $(LOCAL_DIR)/pthread/pthread_rwlock_timedrdlock.c \
Completed in 8 milliseconds