Searched refs:wpf (Results 1 – 1 of 1) sorted by relevance
447 unsigned int wpf; in __pthread_rwlock_rdlock_full64() local451 while (((wpf = atomic_load_relaxed (&rwlock->__data.__wrphase_futex)) in __pthread_rwlock_rdlock_full64()455 if (((wpf & PTHREAD_RWLOCK_FUTEX_USED) == 0) in __pthread_rwlock_rdlock_full64()458 &wpf, wpf | PTHREAD_RWLOCK_FUTEX_USED))) in __pthread_rwlock_rdlock_full64()816 unsigned int wpf; in __pthread_rwlock_wrlock_full64() local820 while (((wpf = atomic_load_relaxed (&rwlock->__data.__wrphase_futex)) in __pthread_rwlock_wrlock_full64()824 if ((wpf & PTHREAD_RWLOCK_FUTEX_USED) == 0 in __pthread_rwlock_wrlock_full64()826 (&rwlock->__data.__wrphase_futex, &wpf, in __pthread_rwlock_wrlock_full64()