Searched refs:readers (Results 1 – 9 of 9) sorted by relevance
84 unsigned int readers = PTHREAD_RWLOCK_READER_OVERFLOW in do_test() local86 lock.__data.__readers = readers; in do_test()116 if (lock.__data.__readers != readers) in do_test()
441 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
596 synchronization. Unlike @code{race}, that causes both readers and600 modify enables readers to be regarded as MT-Safe and AS-Safe (as long as606 as a safety note in readers. Programs that wish to work around this615 @c But what if, instead of marking modifiers with const:id and readers616 @c with just id, we marked writers with race:id and readers with ro:id?
90 or discourage subsequent modification by readers is not Transparent.
1831 could very well also be zero. Those readers thinking very
2847 # SIGPIPE 13 Term Broken pipe: write to pipe with no readers
8120 * manual/memory.texi: Improve some examples to give readers better
11237 to wake up readers if there are none.
25232 code examples that with many PDF readers cannot be cut out of PDFs36896 missing wake-up of readers.