Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dtst-rwlock19.c84 unsigned int readers = PTHREAD_RWLOCK_READER_OVERFLOW in do_test() local
86 lock.__data.__readers = readers; in do_test()
116 if (lock.__data.__readers != readers) in do_test()
Dnptl-printers.py441 self.readers = data['__readers']
477 if self.readers & PTHREAD_RWLOCK_WRPHASE:
478 if self.readers & PTHREAD_RWLOCK_WRLOCKED:
484 r = self.readers >> PTHREAD_RWLOCK_READER_SHIFT
/glibc-2.36/manual/
Dintro.texi596 synchronization. Unlike @code{race}, that causes both readers and
600 modify enables readers to be regarded as MT-Safe and AS-Safe (as long as
606 as a safety note in readers. Programs that wish to work around this
615 @c But what if, instead of marking modifiers with const:id and readers
616 @c with just id, we marked writers with race:id and readers with ro:id?
Dfdl-1.3.texi90 or discourage subsequent modification by readers is not Transparent.
Dstring.texi1831 could very well also be zero. Those readers thinking very
/glibc-2.36/po/
Deo.po2847 # SIGPIPE 13 Term Broken pipe: write to pipe with no readers
/glibc-2.36/ChangeLog.old/
DChangeLog.68120 * manual/memory.texi: Improve some examples to give readers better
DChangeLog.nptl11237 to wake up readers if there are none.
DChangeLog.1825232 code examples that with many PDF readers cannot be cut out of PDFs
36896 missing wake-up of readers.