Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 1 of 1) sorted by relevance

/nptl/
A Dpthread_rwlock_common.c448 bool ready = false; in __pthread_rwlock_rdlock_full64() local
500 ready = true; in __pthread_rwlock_rdlock_full64()
506 if (ready) in __pthread_rwlock_rdlock_full64()
519 ready = true; in __pthread_rwlock_rdlock_full64()
817 bool ready = false; in __pthread_rwlock_wrlock_full64() local
932 ready = true; in __pthread_rwlock_wrlock_full64()
939 if (ready) in __pthread_rwlock_wrlock_full64()
943 ready = true; in __pthread_rwlock_wrlock_full64()

Completed in 5 milliseconds