Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dtst-rwlock20.c52 int wcnt = 100; in tf() local
56 wcnt = 1; in tf()
61 if (wcnt) in tf()
65 wcnt--; in tf()
74 while ((atomic_load_relaxed (&done) == 0) && (rcnt + wcnt > 0)); in tf()