Lines Matching full:readers
2075 ** readers. ^If it is unable to promote the lock, then the in-memory
6759 ** make it clear to human readers when a function parameter is deliberately
7995 ** random so two separate readers can probably access the file at the
8007 ** will support two or more Win95 readers or two or more WinNT readers.
8008 ** But a single Win95 reader will lock out all WinNT readers and a single
8009 ** WinNT reader will lock out all other Win95 readers.
25882 ** database file to coordinate safe, concurrent access by multiple readers
25904 ** readers and writers
25970 ** of the database file for multiple readers and writers on the same
31493 ** multiple readers accessing the same database
34286 ** readers from attaching to the database but is unsufficient for us to
34287 ** write. The idea of a PENDING lock is to prevent new readers from
34288 ** coming in while we wait for existing readers to clear.