Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dpthread_rwlock_common.c447 unsigned int wpf; in __pthread_rwlock_rdlock_full64() local
451 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() local
820 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()